GenomiqueENS / toulligQC

A post sequencing QC tool for Oxford Nanopore sequencers
Other
82 stars 7 forks source link

Issue with toulligqc_demo_data #11

Closed glustein closed 2 years ago

glustein commented 2 years ago

Hi GenomiqueENS/toulligQC team.

I tried to run the provided sample data with toulligQC but a get the following error: ❯ toulligqc \ --report-name toulligqc_demo_aata \ --barcoding \ --barcodes BC01,BC02,BC03,BC04,BC05,B0C7 \ --telemetry-source sequencing_telemetry.js \ --sequencing-summary-source sequencing_summary.txt \ --sequencing-summary-source barcoding_summary_pass.txt \ --sequencing-summary-source barcoding_summary_fail.txt \ --output-directory output output/toulligqc_demo_aata/report.html ToulligQC version 2.2.1

I don´t understand what is happening. Could you help me to solve this trouble?

Thanks

jourdren commented 2 years ago

Dear @glustein,

Thanks for reporting this issue.

This issue occurs when multiple sequencing summary barcode files are available like in the example dataset. If you only have one sequencing summary file, ToulligQC will work fine. I've just fixed the issue with commit 238062472f5860a8a02b96968a2058c5808fa292.

I've forgotten to add the example dataset to the list of datasets for our functional tests. Now all new ToulligQC version will always work with the exanple dataset.

A new bugfix version of ToulligQC will be published tomorrow.

Best,

Laurent.

jourdren commented 2 years ago

A new release of ToulligQC (2.2.2) that fix the issue has been published.