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

Fix endsForce test

parent bfe6bebc
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9332 failed with stages
in 24 minutes and 31 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.endsForce}" == "" ]
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