add nextflow d30e48d
This commit is contained in:
7
nextflow/docs/snippets/grouptuple-groupkey.out
Normal file
7
nextflow/docs/snippets/grouptuple-groupkey.out
Normal file
@@ -0,0 +1,7 @@
|
||||
scattered: [chr1, /path/to/region1_chr1.vcf]
|
||||
scattered: [chr1, /path/to/region2_chr1.vcf]
|
||||
scattered: [chr2, /path/to/region1_chr2.vcf]
|
||||
scattered: [chr2, /path/to/region2_chr2.vcf]
|
||||
scattered: [chr2, /path/to/region3_chr2.vcf]
|
||||
gathered: [chr1, [/path/to/region1_chr1.vcf, /path/to/region2_chr1.vcf]]
|
||||
gathered: [chr2, [/path/to/region1_chr2.vcf, /path/to/region2_chr2.vcf, /path/to/region3_chr2.vcf]]
|
||||
Reference in New Issue
Block a user