1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-25 11:39:55 +00:00

fix: adapt to new samtools/view input

This commit is contained in:
Moritz E. Beber 2022-10-05 13:49:35 +02:00
parent f5af9fd939
commit 180cac0395

View file

@ -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() )
SAMTOOLS_BAM2FQ ( SAMTOOLS_VIEW.out.bam, false )