mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 22:19:54 +00:00
Update subworkflows/local/profiling.nf
This commit is contained in:
parent
ab42f6b662
commit
cf8ad96771
1 changed files with 1 additions and 1 deletions
|
@ -147,8 +147,8 @@ workflow PROFILING {
|
||||||
def ch_kraken2_output = KRAKEN2_KRAKEN2.out.report
|
def ch_kraken2_output = KRAKEN2_KRAKEN2.out.report
|
||||||
.filter {
|
.filter {
|
||||||
meta, report ->
|
meta, report ->
|
||||||
if ( meta['instrument_platform'] == 'OXFORD_NANOPORE' ) log.warn "[nf-core/taxprofiler] Bracken has not been evaluated for Nanopore data. Skipping Bracken for sample ${meta.id}."
|
|
||||||
meta['tool'] == 'bracken' && meta['instrument_platform'] != 'OXFORD_NANOPORE'
|
meta['tool'] == 'bracken' && meta['instrument_platform'] != 'OXFORD_NANOPORE'
|
||||||
|
if ( meta['instrument_platform'] == 'OXFORD_NANOPORE' ) log.warn "[nf-core/taxprofiler] Bracken has not been evaluated for Nanopore data. Skipping Bracken for sample ${meta.id}."
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue