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

Fix spelling errors

parent 387290a1
Branches
Tags
2 merge requests!37v0.0.1,!22Resolve "process_count"
Pipeline #6273 passed with stages
in 50 minutes and 11 seconds
......@@ -401,7 +401,7 @@ process makeFeatureCounts {
script:
"""
if [ "${endsManual_featureCounts }" == "se" ]; then
featureCounts -R SAM -p -G ${genome} -T `nprioc` -s 1 -a ${gtf} -o ${repRID}.featureCounts ${repRID}.sorted.deduped.bam;
featureCounts -R SAM -p -G ${genome} -T `nproc` -s 1 -a ${gtf} -o ${repRID}.featureCounts ${repRID}.sorted.deduped.bam;
elif [ "${endsManual_featureCounts }" == "pe" ]; then
featureCounts -R SAM -p -G ${genome} -T `nproc` -s 1 -p -a ${gtf} -o ${repRID}.featureCounts ${repRID}.sorted.deduped.bam;
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