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
The `contains:` map needs an array of strings. By placing the TODO comment between brackets I hope that the user will be more likely to produce a valid file.
Closes: nf-core#1082
Description of the bug
nf-core modules create-test-yml
sometimes inserts the following TODO item:# TODO nf-core: file md5sum was variable, please replace this text with a string found in the file instead
However, following the instructions results in a borken file, as the
contains
map need to contain an array.Expected behaviour
How about either:
TODO
so that it asks the users to...replace this text with an array of strings found...
TODO
in an array so that replacing the text results in the correct YAML structure, like:The text was updated successfully, but these errors were encountered: