monagrland / MB_Pipeline

Metabarcoding Pipeline for Illumina Sequencing Data
GNU Affero General Public License v3.0
1 stars 1 forks source link

Fix bug when `multilvl` method not used in config file #29

Closed kbseah closed 4 months ago

kbseah commented 4 months ago

If user does not use the multilvl classification method, Snakemake still parses rule taxonomy which looks for config parameters for the multilvl method, and raises KeyError if config options were removed. This PR fixes the bug.