fburic / candia

Canonical Decomposition of Data-Independent-Acquired Spectra
Other
5 stars 2 forks source link

Diann wrapper Snakefile fails on missing irrelevant paramater #12

Open fburic opened 3 years ago

fburic commented 3 years ago

Thescripts/quantification/diann.Snakefile script tries to read the diann_library config parameter, even when it is run in normal mode (the parameter is only required for a DIA-NN library-free search). The script crashes if this parameter is not specified in the config file.

Workaround:

Add diann_library: "results/diann/dummy.tsv" to prevent the script from crashing. (The dummy file won't be created.)