Skip to content
Snippets Groups Projects
Commit ca045a6e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Remove resume from study run (only 1 resume per folder allowed)

parent aa74f9f8
Branches
Tags
2 merge requests!39v0.0.2,!38Resolve "Add input bagit to ouput"
......@@ -14,7 +14,7 @@ python3 ./workflow/scripts/splitStudy.py -s $1
# run pipeline on replicate RIDs in parallel
module load nextflow/20.01.0
module load singularity/3.5.3
while read repRID; do echo ${repRID}; sleep 15; done < "$1_studyRID.csv" | xargs -P 5 -I {} nextflow -q run workflow/rna-seq.nf --repRID {} -resume
while read repRID; do echo ${repRID}; sleep 15; done < "$1_studyRID.csv" | xargs -P 5 -I {} nextflow -q run workflow/rna-seq.nf --repRID {}
# cleanup study RID files
rm $1_studyRID.json
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment