runnow.tmp should be created for each execution. Otherwise, it can cause problems when the "--keep" flag is used: a new subdirectory in /fastq/ will not be launched as old file names are present in runnow.tmp.
@ line ~52 of prepareJobSubmission.sh
if [ ! -e $QOUT/$TASK/runnow.tmp ]; then
.....
if
should be removed unless someone can tell me why this is important?
runnow.tmp should be created for each execution. Otherwise, it can cause problems when the "--keep" flag is used: a new subdirectory in /fastq/ will not be launched as old file names are present in runnow.tmp.
@ line ~52 of prepareJobSubmission.sh
if [ ! -e $QOUT/$TASK/runnow.tmp ]; then ..... if
should be removed unless someone can tell me why this is important?