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
(This is the first batch, batch 2 is here)
Some documentation available for this project:
environment.yml
pre-commit install
git clone [email protected]:githubusername/modules.git
git checkout main
git pull upstream main
git checkout -b <modules_name>_nftest
nf-core modules create <tool>/<subtool> --migrate-pytest
nf-core modules test <tool>/<subtool>
nf-core modules lint <tool>/<subtool>
git add .
git commit -m "<commit_message>"
git push origin <modules_name>_nftest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nf-test migration
(This is the first batch, batch 2 is here)
Some documentation available for this project:
Workflow
environment.yml
file with nf-core, nextflow, nf-test, prettier and pre-commit and activate it.pre-commit install
git clone [email protected]:githubusername/modules.git
git checkout main
andgit pull upstream main
git checkout -b <modules_name>_nftest
nf-core modules create <tool>/<subtool> --migrate-pytest
nf-core modules test <tool>/<subtool>
nf-core modules lint <tool>/<subtool>
git add .
andgit commit -m "<commit_message>"
git push origin <modules_name>_nftest
The text was updated successfully, but these errors were encountered: