pinellolab / CRISPResso2

Analysis of deep sequencing data for rapid and intuitive interpretation of genome editing experiments
Other
256 stars 91 forks source link

Fix issues with `file_prefix` #430

Closed Colelyman closed 2 months ago

Colelyman commented 2 months ago

This PR includes:

This removes printing the exception (which is essentially a duplicate), and adds a condition if no config file was provided. Also changes json to config so that it is more clear.

Before this fix, when using a file_prefix the second run that was compared would not be displayed as a data in the first figure of the report.

When installed via conda, the version is not available

Also remove unused argparse import

This now enables CRISPRessoCompare to ensure that the amplicon sequences are the same (instead of just comparing the amplicon names) and that at least one guide matches and that the quantification windows are the same before comparing.