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

Fix ends force

parent 3026d63e
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9330 failed with stages
in 8 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 [ "${params.fastqsForce}" != "" ]
if [ "${params.endsForce}" != "" ]
then
echo -e "LOG: fetching replicate bdbag" >> ${repRID}.getData.log
fastqCount=\$(sh ${script_bdbagFetch} \${replicate::-13} ${repRID})
......@@ -302,7 +302,7 @@ if (fastqsForce != "") {
fastqs_parseMetadata
fastqs_fastqc
}
fastqsForce.count().into{
fastqsForce.count().into {
fastqCount
}
} else {
......
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