Skip to content

Commit 01e2e58

Browse files
committed
Fix linter error
1 parent 41e85ce commit 01e2e58

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

conf/modules.config

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,20 +1846,6 @@ process {
18461846
]
18471847
]
18481848
}
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-
}
18631849

18641850
// This should not be here. We should pass it in as an argument to the subworkflow, but I'm
18651851
// still figuring out how to do that.

0 commit comments

Comments
 (0)