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 second batch - batch 1 is here)
Some documentation available for this project:
environment.yml
pre-commit install
git clone git@github.com:githubusername/modules.git
git clone https://github.com/GallVp/pytest2nf-test
cd pytest2nf-test
./gradlew installDist
alias pytest2nf-test=${PWD}/build/install/pytest2nf-test/bin/pytest2nf-test
git checkout main
git pull upstream main
git checkout -b <modules_name>_nftest
pytest2nf-test --nf-core-module <tool>/<subtool>
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
#75XX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Modules nf-test migration
(This is the second batch - batch 1 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 git@github.com:githubusername/modules.git
git clone https://github.com/GallVp/pytest2nf-test
cd pytest2nf-test
+./gradlew installDist
alias pytest2nf-test=${PWD}/build/install/pytest2nf-test/bin/pytest2nf-test
git checkout main
andgit pull upstream main
git checkout -b <modules_name>_nftest
pytest2nf-test --nf-core-module <tool>/<subtool>
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
#75XX
to the detailsThe text was updated successfully, but these errors were encountered: