mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 05:59:56 +00:00
wteak message
This commit is contained in:
parent
a3cd188b1f
commit
ab42f6b662
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ workflow PROFILING {
|
|||
def ch_kraken2_output = KRAKEN2_KRAKEN2.out.report
|
||||
.filter {
|
||||
meta, report ->
|
||||
if ( meta['instrument_platform'] == 'OXFORD_NANOPORE' ) log.warn "[nf-core/taxprofiler] Bracken has not been evaluated for long-read data. Skipping Bracken for sample ${meta.id}."
|
||||
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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue