Skip to content
Snippets Groups Projects
Commit cfe0f034 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Change comparison to not equal

parent 51a3d78c
Branches
Tags
2 merge requests!100Develop,!99Resolve "Fix endness force"
Pipeline #10639 passed with stages
in 4 minutes and 40 seconds
......@@ -439,7 +439,7 @@ process parseMetadata {
fastqReadError_details="**Number of reads do not match for R1 and R2:** there may be a trunkation or mismatch of fastq files"
fi
fi
if [ "${params.endsForce}" != "" ]
if [ "${params.endsForce}" -ne "" ]
then
fastqReadError=false
fastqReadError_details=""
......
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