Skip to content
Snippets Groups Projects
Commit 2beb83ad authored by Gervaise Henry's avatar Gervaise Henry
Browse files

Fix dedupBam input of inferMeta

parent ca8ec578
Branches
Tags
3 merge requests!37v0.0.1,!24Develop,!23Resolve "process_RSeQC"
Pipeline #6266 failed with stages
in 2 minutes and 56 seconds
......@@ -332,7 +332,6 @@ process alignData {
// Replicate rawBam for multiple process inputs
rawBam.into {
rawBam_dedupData
rawBam_inferMetadata
}
/*
......@@ -423,7 +422,7 @@ process inferMetadata {
input:
path script_inferMeta
path reference_inferMeta
set val (repRID), path (inBam), path (inBai) from dedupBam_inferMetadata
set val (repRID), path (inBam), path (inBai) from dedupBam_inferMeta
output:
path "infer.csv" into inferedMetadata
......
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