sequana / mapper

Pipeline to map a set of FastQ files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapper couldn't handle single end reads mapping

rania-o opened this issue · comments

Error while trying to mapp single end reads with sequana_mapper:

ValueError: input->fastq must have 1 (single-end) or 2 (paired-end) elements.

It counts the number of characters of the file instead of the list elements (see wrapper bowtie2).