mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:29:54 +00:00
Update subworkflows/local/profiling.nf
This commit is contained in:
parent
9c3c8f1f4e
commit
9f634805e4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ workflow PROFILING {
|
||||||
|
|
||||||
ch_input_for_metaphlan3 = ch_input_for_profiling.metaphlan3
|
ch_input_for_metaphlan3 = ch_input_for_profiling.metaphlan3
|
||||||
.filter{
|
.filter{
|
||||||
if (it[0].is_fasta) log.warn "[nf-core/taxprofiler] Centrifuge currently does not accept FASTA files as input. Skipping Centrifuge for sample " + it[0].id
|
if (it[0].is_fasta) log.warn "[nf-core/taxprofiler] MetaPhlAn3 currently does not accept FASTA files as input. Skipping MetaPhlAn3 for sample " + it[0].id
|
||||||
!it[0].is_fasta
|
!it[0].is_fasta
|
||||||
}
|
}
|
||||||
.multiMap {
|
.multiMap {
|
||||||
|
|
Loading…
Reference in a new issue