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

Update rna-seq.nf

parent 4346896f
3 merge requests!37v0.0.1,!27Develop,!26Resolve "Chunk bam for parallel tin calculation"
Pipeline #6434 failed with stages
in 4 minutes
......@@ -487,6 +487,6 @@ process inferMetadata {
done | parallel -j `nproc` -k > ${repRID}.sorted.deduped.tin.xls 2>>${repRID}.rseqc.err
# write infered metadata to file
echo -e "\${endness}','\${stranded}','\${strategy}','\${percentF}','\${percentR}','\${fail}" > infer.csv
echo -e \${endness},\${stranded},\${strategy},\${percentF},\${percentR},\${fail} > infer.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