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

Change fasqtCountError to be false too

parent cfe0f034
Branches
Tags
2 merge requests!100Develop,!99Resolve "Fix endness force"
Pipeline #10644 passed with stages
in 3 hours, 32 minutes, and 32 seconds
......@@ -439,8 +439,9 @@ 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}" -ne "" ]
if [ "${params.endsForce}" != "" ]
then
fastqCountError=false
fastqReadError=false
fastqReadError_details=""
fi
......
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