-
Notifications
You must be signed in to change notification settings - Fork 3
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
MuTect2 Module #153
base: develop
Are you sure you want to change the base?
MuTect2 Module #153
Conversation
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.
The testing and linting aren't running properly for this modules. I think it might be because you're missing some testing files.
@@ -0,0 +1,49 @@ | |||
process MUTECT2 { |
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.
I think you're missing the tag.yml
and main.nf.test.snap
files. You might want to double check some other parts of the nf-test. This might be why the testing and linting aren't running properly?
…cs-workflows/modules into feature/mutect2_module avoiding merge conflicts
|
||
|
||
""" | ||
gatk "Mutect2" \\ |
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.
Might be good to add in an arg here so we can add java options. In tempo we set the Xmx for example so it may be good to add a ${jvmarg} here or something. This is how it looks in our Tempo Module.
PR checklist
feature/<module_name>
for modules, orfeature/<subworkflow_name>
for subworkflows. For modules, if there is a subcommand use:feature/<module_name>/<module_subcommand>
.versions.yml
file.label
.nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile docker
nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile singularity
nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile conda
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile docker
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile singularity
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile conda