We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to lint-fix a module, I get the following error and it cannot proceed:
nf-core modules lint --fix interproscan
nf_core/modules/lint/__init__.py:429 in │ │ update_meta_yml_file │ 426 │ │ │ │ │ │ │ ) │ │ 427 │ │ │ │ │ │ │ corrected_meta_yml["output"][i][ch_name][j][element_name][ │ │ 428 │ │ │ │ │ │ │ │ "ontologies" │ │ ❱ 429 │ │ │ │ │ │ │ ].yaml_add_eol_comment(f"{edam_formats[ext][1]}", -1) │ │ 430 │ │ │ │ 431 │ │ # Add bio.tools identifier │ │ 432 │ │ for i, tool in enumerate(corrected_meta_yml["tools"]): │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ AttributeError: 'list' object has no attribute 'yaml_add_eol_comment'
No response
The text was updated successfully, but these errors were encountered:
fixing problem with comment in YAML nf-core#3501
2324e0a
Merge pull request #3502 from toniher/ontology-fix-comment-yaml
9a1339a
Ontology fix comment yaml #3501
Done with #3502, thanks!!
Sorry, something went wrong.
toniher
No branches or pull requests
Description of the bug
When trying to lint-fix a module, I get the following error and it cannot proceed:
Command used and terminal output
System information
No response
The text was updated successfully, but these errors were encountered: