Hs metrics
The module: collecthsmetrics is now available from modules/nf-core
This PR is against the master branch :x:
- Do not close this PR
- Click Edit and change the
basetodev - This CI test will remain failed until you push a new commit
Hi @RogerHw,
It looks like this pull-request is has been made against the RogerHw/Trainee master branch.
The master branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master are only allowed if they come from the RogerHw/Trainee dev branch.
You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.
Thanks again for your contribution!
@RogerHw quick question, have you used nf-core tools to install the new module? as i am not seeing those files other than addition to modules.json
@RogerHw quick question, have you used nf-core tools to install the new module? as i am not seeing those files other than addition to modules.json
Hi! I'm sorry, I´m new at Git / Nextflow, I did the pull request in the main but I actually wanted to do it in the dev branch. Yes I installed th HS metrics module with nf-core tools, is just that I didn't upload the files.
cool...let me help you....now your PR is against dev so that's good. some of the next steps are:
- git pull current dev and make sure it is up to date
- finish making your changes then run
prettier --check .andnf-core lint - make sure all lint tests pass and commit your changes and push
you can reach out on nf-core slack #methylseq channel if you need more help
cool...let me help you....now your PR is against dev so that's good. some of the next steps are:
- git pull current dev and make sure it is up to date
- finish making your changes then run
prettier --check .andnf-core lint- make sure all lint tests pass and commit your changes and push
you can reach out on nf-core slack
#methylseqchannel if you need more help Sure! thank you so much :)