You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are parts of the meta.yml that don't have a clear specification.
For example
input:
...
- sdf:
type: folder/file
description: The SDF (RTG Sequence Data File) of the reference genome. Can be a folder or a tar-zipped folder.
pattern: "*.{,tar.gz}"
input.sdf.type should probably use a controlled vocabulary, but it's currently uncontrolled.
It would be nice if nf-core modules lint validated the type using a controlled vocabulary.
The text was updated successfully, but these errors were encountered:
Description of feature
There are parts of the
meta.yml
that don't have a clear specification.For example
input.sdf.type should probably use a controlled vocabulary, but it's currently uncontrolled.
It would be nice if
nf-core modules lint
validated the type using a controlled vocabulary.The text was updated successfully, but these errors were encountered: