Hi @capoony,
I was just playing around a bit, and tried to run ./TestData/test.sh. However, I'm immediately getting errors from parallel:
Test if GNU parallel installed
*********************
done
Splitting Mpileup by contigs
*********************
X done
done
Max coverage percentile 0.7 calculation started
*********************
parallel: invalid option -- '-'
parallel [OPTIONS] command -- arguments
for each argument, run command with argument, in parallel
parallel [OPTIONS] -- commands
run specified commands in parallel
cat: 'TestResult/test/temp/cov/cutoffs/*': No such file or directory
done
PoolSNP started
*********************
parallel: invalid option -- 'k'
done
BadSites caluclation started
*********************
parallel: invalid option -- 'k'
done
This is on Ubuntu 20.04. My guess is that the code is written for Mac, which might have more options for parallel?
Cheers
Lucas
Hi @capoony,
I was just playing around a bit, and tried to run
./TestData/test.sh. However, I'm immediately getting errors fromparallel:This is on Ubuntu 20.04. My guess is that the code is written for Mac, which might have more options for
parallel?Cheers
Lucas