Skip to content
Snippets Groups Projects
Verified Commit d42ded32 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

gatk4: remove map only usefull for testing

parent 5d11b597
No related branches found
No related tags found
No related merge requests found
...@@ -192,9 +192,6 @@ workflow call_variants_all_sample { ...@@ -192,9 +192,6 @@ workflow call_variants_all_sample {
) )
consolidate_gvcf( consolidate_gvcf(
validate_gvcf.out.gvcf validate_gvcf.out.gvcf
.map {
it -> ["library", it[1], it[2]]
}
.groupTuple(), .groupTuple(),
fasta_idx.collect() fasta_idx.collect()
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment