mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +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{
|
||||
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
|
||||
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 {
|
||||
it ->
|
||||
|
|
Loading…
Reference in a new issue