We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2102bb0 commit c5db86aCopy full SHA for c5db86a
1 file changed
conf/modules.config
@@ -1846,4 +1846,19 @@ process {
1846
]
1847
1848
}
1849
+ //
1850
+ // mtDNA haplogroup classification
1851
1852
+ withName: HAPLOGREP3_CLASSIFY_MTDNA {
1853
+ tag = { "${meta.reference}|${meta.sample_id}" }
1854
+ ext.prefix = { "${meta.sample_id}_${meta.reference}" }
1855
+ publishDir = [
1856
+ [
1857
+ path: { "${params.outdir}/mtdna_haplogroup/${meta.reference}/${meta.sample_id}" },
1858
+ mode: params.publish_dir_mode,
1859
+ saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
1860
+ ]
1861
1862
+ }
1863
1864
0 commit comments