artic-network / fieldbioinformatics

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

feat: make flag -A in Longshot optional #112

Open RenanWA opened 2 years ago

RenanWA commented 2 years ago

This PR adds a new flag to artic minion, allowing the user to choose whether or not to use flag -A (--auto_max_cov) when running longshot. By default, the flag -A is used, so that current behavior remains unchanged upon updating. When setting --no-auto_max_cov, the call to longshot is made without flag -A.

This change closes issue #91.