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

Fix infer.csv output

parent a08a23e8
Branches
Tags
3 merge requests!37v0.0.1,!27Develop,!26Resolve "Chunk bam for parallel tin calculation"
Pipeline #6443 passed with stages
in 2 hours, 10 minutes, and 45 seconds
......@@ -521,7 +521,7 @@ process inferMetadata {
set path (inChrBam), path (inChrBai) from dedupChrBam
output:
path "infer.tsv" into inferedMetadata
path "infer.csv" into inferedMetadata
path "${inBam.baseName}.tin.xls" into tin
path "${repRID}.insertSize.inner_distance_freq.txt" optional true into innerDistance
path "${repRID}.rseqc.{out,err}" optional true
......
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