metagenome-atlas / atlas

ATLAS - Three commands to start analyzing your metagenome data
https://metagenome-atlas.github.io/
BSD 3-Clause "New" or "Revised" License
368 stars 97 forks source link

Use minimum mapping quality in pileup #647

Closed johnne closed 1 year ago

johnne commented 1 year ago

This PR adds the parameter minmapq to the pileup.sh script. The atlas config parameter used is named minimum_map_quality and was added to the default config with the value of 0. This means that from the user perspective nothing has changed in the default behaviour of atlas, however the map quality can now easily be adjusted via the config file.

SilasK commented 1 year ago

Thank you very much