-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
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
Update/gatk4spark applybqsr nftest #4613
Conversation
i think i may have accidentally checked out a branch that started from gatk4/baserecalibrator. if the PR #4611 is approved first then it might not be necessary to rework this PR?? let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I think we can just merge the two modules changes together and close the other. They are related tools and you're only updating the tests so I don't mind several modules together like this.
* remove pytests * removed TODO statements * add stub block * add nf-tests * remove pytests
* remove pytests * removed TODO statements * add stub block * add nf-tests * remove pytests
PR checklist
Closes #4612
Also added a stub block!
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware