cbirdlab / dDocentHPC

hard fork of dDocent, edited to run without interactive user input
2 stars 5 forks source link

Type leading to bug #3

Closed jdselwyn closed 4 years ago

jdselwyn commented 4 years ago

https://github.com/cbirdlab/dDocentHPC/blob/260603044e7139e56376d6b1845caf93e859402f/dDocentHPC.bash#L1017

In the line linked above (L1017) the first " is in the wrong place. The line should be: parallel --no-notice -j $NUMProc "pearRM -f {}$Fsed -r {}$Rsed -o {} -j $NUMProc -n $LENGTH -p 0.0001" ::: "${NAMES[@]}"

cbird808 commented 4 years ago

fixed