Molmed / checkQC

CheckQC inspects the content of an Illumina runfolder and determines if it passes a set of quality criteria
http://checkqc.readthedocs.io/
GNU General Public License v3.0
25 stars 16 forks source link

`IndexError` with format string #109

Open Aratz opened 1 year ago

Aratz commented 1 year ago

There is an issue with the following lines. The issue is that the format string is expecting two arguments but is only provided one. I guess this was not noticed before because it only happens when this exception is raised.

https://github.com/Molmed/checkQC/blob/6c7c39dab6c952e1da1b15d5a788995b8b626bf3/checkQC/parsers/demux_summary_parser.py#L52-L54