mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 08:13:09 +00:00
Remove metaphlan3 nanopore filter as _sometimes_ it can work
This commit is contained in:
parent
2431bddcbc
commit
4289e1f901
1 changed files with 0 additions and 2 deletions
|
@ -203,8 +203,6 @@ workflow PROFILING {
|
||||||
.filter{
|
.filter{
|
||||||
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}."
|
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
|
||||||
if (it[0].instrument_platform == 'OXFORD_NANOPORE') log.warn "[nf-core/taxprofiler] MetaPhlAn3 has not been evaluated for Nanopore data. Skipping MetaPhlAn3 for sample ${it[0].id}."
|
|
||||||
!it[0].instrument_platform == 'OXFORD_NANOPORE'
|
|
||||||
}
|
}
|
||||||
.multiMap {
|
.multiMap {
|
||||||
it ->
|
it ->
|
||||||
|
|
Loading…
Reference in a new issue