snakemake / snakemake-storage-plugin-http

Snakemake storage plugin for donwloading input files from HTTP(s).
MIT License
0 stars 2 forks source link

Authentication method cannot be passed from the command line #24

Open Hugovdberg opened 4 months ago

Hugovdberg commented 4 months ago

During my investigation of #22 I discovered that the auth setting is not meant to be parsed when supplied in the Snakefile, but only when passed in through the cli. However, because unparse_func is not specified in the field metadata, an InvalidPluginError is raised when it is actually used in the cli.