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

Merge branch 'develop' into 'master'

Develop

See merge request !98
parents c96ff9c1 51a3d78c
Branches
Tags
1 merge request!98Develop
Pipeline #10641 passed with stages
in 1 hour, 48 minutes, and 31 seconds
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* Replace default seqwho reference location to one provided by source lab (#127) * Replace default seqwho reference location to one provided by source lab (#127)
* Update NF Tower access token to BICF user * Update NF Tower access token to BICF user
* Disable NF Tower * Disable NF Tower
* Fix endness force (#135)
# v2.0.0 # v2.0.0
**User Facing** **User Facing**
......
...@@ -439,6 +439,11 @@ process parseMetadata { ...@@ -439,6 +439,11 @@ process parseMetadata {
fastqReadError_details="**Number of reads do not match for R1 and R2:** there may be a trunkation or mismatch of fastq files" fastqReadError_details="**Number of reads do not match for R1 and R2:** there may be a trunkation or mismatch of fastq files"
fi fi
fi fi
if [ "${params.endsForce}" != "" ]
then
fastqReadError=false
fastqReadError_details=""
fi
# save design file # save design file
echo "\${endsMeta},\${endsRaw},\${endsManual},\${stranded},\${spike},\${species},\${readLength},\${exp},\${study}" > design.csv echo "\${endsMeta},\${endsRaw},\${endsManual},\${stranded},\${spike},\${species},\${readLength},\${exp},\${study}" > design.csv
......
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