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

Update echo to csv files

parent 71f498c2
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
......@@ -886,7 +886,7 @@ process inferMetadata {
echo "\${ends},\${stranded},\${spike},\${species},\${align_ercc},\${align_hu},\${align_mo},\${percentF},\${percentR},\${fail}" 1>> infer.csv
# save species error file
echo -e "\${speciesError},\${speciesError}" > speciesError.csv
echo -e "\${speciesError},\${speciesError_details}" > speciesError.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