bigbio / sdrf-pipelines

A repository to convert SDRF proteomics files into pipelines config files
Apache License 2.0
16 stars 21 forks source link

Fix if-else branch in column name validation #143

Closed lazear closed 1 year ago

lazear commented 1 year ago

If "m" is None (e.g. if the regex failed to match), then the following branch fails via exception, and fails to report errors. This should be an if-else.