We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e85ce commit 01e2e58Copy full SHA for 01e2e58
1 file changed
conf/modules.config
@@ -1846,20 +1846,6 @@ 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
// This should not be here. We should pass it in as an argument to the subworkflow, but I'm
1865
// still figuring out how to do that.
0 commit comments