mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-25 13:19:54 +00:00
fix: adapt to new samtools/view input
This commit is contained in:
parent
f5af9fd939
commit
180cac0395
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ workflow LONGREAD_HOSTREMOVAL {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SAMTOOLS_VIEW ( ch_minimap2_mapped , [] )
|
SAMTOOLS_VIEW ( ch_minimap2_mapped , [], [] )
|
||||||
ch_versions = ch_versions.mix( SAMTOOLS_VIEW.out.versions.first() )
|
ch_versions = ch_versions.mix( SAMTOOLS_VIEW.out.versions.first() )
|
||||||
|
|
||||||
SAMTOOLS_BAM2FQ ( SAMTOOLS_VIEW.out.bam, false )
|
SAMTOOLS_BAM2FQ ( SAMTOOLS_VIEW.out.bam, false )
|
||||||
|
|
Loading…
Reference in a new issue