-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello,
When I try to run vSNP3 with the test data I get this error with the new version
vsnp3_step1.py -r1 _R1.fastq.gz -r2 _R2.fastq.gz -t Mycobacterium_AF2122
vsnp3_step1.py SET ARGUMENTS:
Namespace(SAMPLE_NAME=None, FASTQ_R1='13-1941-6_S4_L001_R1_600000.fastq.gz', FASTQ_R2='13-1941-6_S4_L001_R2_600000.fastq.gz', FASTAtoFASTQ=None, FASTA=None, gbk=None, reference_type='Mycobacterium_AF2122', nanopore=False, output_dir=None, assemble_unmap=False, spoligo=False, debug=False)
Traceback (most recent call last):
File "/home/bioinfocenasa/Programas_bioinfo/vSNP3/bin/vsnp3_step1.py", line 301, in
vsnp.run()
File "/home/bioinfocenasa/Programas_bioinfo/vSNP3/bin/vsnp3_step1.py", line 128, in run
fastq_stats.latex(self.latex_report.tex)
File "/home/bioinfocenasa/Programas_bioinfo/vSNP3/bin/vsnp3_fastq_stats_seqkit.py", line 119, in latex
print(f'Mean Read Score & {float(self.R1.read_quality_average):0.1f} & {float(self.R2.read_quality_average):0.1f} \\', file=tex)
ValueError: could not convert string to float: '29,6455'