artic-network / fieldbioinformatics

The ARTIC field bioinformatics pipeline
MIT License
112 stars 68 forks source link

patch 1.2.0 > 1.2.1 #68

Closed will-rowe closed 3 years ago

will-rowe commented 3 years ago

This will close https://github.com/will-rowe/artic-tools/issues/12 - where minion does not index the merged.vcf prior to checking for overlaps in --strict mode. I tracked this down to actually being a dependency change, as it worked in my old artic env (<1.2.0). The fix was just to add an extra VCF indexing command to minion.py if the pipeline was being run with --strict

This PR also:

This branch will stay open after this PR is merged and I'll continue working toward the V1.3.0 release, where we want to increase the amount of info in the new report, bring in the new medaka version, and try out some additional stringency settings.

kevinlibuit commented 3 years ago

Curious to know if this will be made available as a versioned release?