PNNL-CompBio / Snekmer

Pipeline to apply encoded Kmer analysis to protein sequences
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Disable ability to specify more than 1 configuration file #97

Closed christinehc closed 1 year ago

christinehc commented 1 year ago

Previous version had adapted code directly from the Snakemake API for the parameter configfiles which enabled any number of config files to be specified; however, this behavior is not compatible with the Snekmer CLI, resulting in AttributeError: __enter__. The number of configuration files that may be specified on the command line has been restricted to 1 to resolve this error.