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

Fix no download for fastqForce

parent bbb54705
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9336 failed with stages
in 43 minutes and 42 seconds
......@@ -266,7 +266,7 @@ process getData {
echo -e "LOG: unzipped" >> ${repRID}.getData.log
# bag fetch fastq's only and rename by repRID
if [ "${params.endsForce}" == "" ]
if [ "${params.fastqsForce}" == "" ]
then
echo -e "LOG: fetching replicate bdbag" >> ${repRID}.getData.log
fastqCount=\$(sh ${script_bdbagFetch} \${replicate::-13} ${repRID})
......
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