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

Change getData fastqForce varible to param

parent d633e19c
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9328 failed with stages
in 6 minutes and 57 seconds
......@@ -266,7 +266,7 @@ process getData {
echo -e "LOG: unzipped" >> ${repRID}.getData.log
# bag fetch fastq's only and rename by repRID
if [ "${fastqsForce}" != "" ]
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