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
I tried to run specific tests with -k pipeline_todos but for some reason I got an API error from the module tests which shouldn't have been run?
-k pipeline_todos
$ nf-core lint -k pipeline_todos INFO Testing pipeline: . __init__.py:212 INFO Only running tests: 'pipeline_todos' __init__.py:237 ╭────────────────────────────────────────────────────────────────── Traceback (most recent call last) ───────────────────────────────────────────────────────────────────╮ <TRUNCATED> │ nf-core-tools/lib/python3.7/site-packages/nf_core/modules/module_utils.py:79 in get_module_git_log │ │ │ │ 78 │ │ raise LookupError( │ │ ❱ 79 │ │ │ f"Unable to fetch commit SHA for module {module_name}. API responded with │ │ '{response.status_code}'" │ │ 80 │ │ ) │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ LookupError: Unable to fetch commit SHA for module cat/fastq. API responded with '403'
The text was updated successfully, but these errors were encountered:
nf-core lint
--key
No branches or pull requests
I tried to run specific tests with
-k pipeline_todos
but for some reason I got an API error from the module tests which shouldn't have been run?The text was updated successfully, but these errors were encountered: