ViroConstrictor is a pipeline designed to process raw FastQ data from viral amplicon-based sequencing and generate biologically correct consensus sequences of the given viral genome
Currently the samplesheet parser seems to crash with TypeError: expected str, bytes or os.PathLike object, not float when a samplesheet is given containing empty rows in-between properly formatted data-rows.
Currently the samplesheet parser seems to crash with
TypeError: expected str, bytes or os.PathLike object, not float
when a samplesheet is given containing empty rows in-between properly formatted data-rows.Currently only tested with csv input.
This should: