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

Update split study bash script

parent 77fb7bce
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8769 failed with stages
in 1 hour, 17 minutes, and 37 seconds
......@@ -14,7 +14,7 @@ python3 ./workflow/scripts/split_study.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 {}
while read repRID; do echo ${repRID}; sleep 15; done < "$1_studyRID.csv" | xargs -P 5 -I {} nextflow -q run workflow/rna-seq.nf --repRID {} --source staging --dev false --upload true --email gervaise.henry@utsouthwestern.edu
# 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