add module for btyper3#3817
Conversation
| channels: | ||
| - conda-forge | ||
| - bioconda | ||
| - defaults |
There was a problem hiding this comment.
| - defaults |
| """ | ||
|
|
||
| stub: | ||
| def args = task.ext.args ?: '' |
There was a problem hiding this comment.
| def args = task.ext.args ?: '' |
| type: map | ||
| description: | | ||
| Groovy Map containing sample information | ||
| e.g. `[ id:'test', single_end:false ]` |
There was a problem hiding this comment.
| e.g. `[ id:'test', single_end:false ]` | |
| e.g. `[ id:'test' ]` |
Probably does not apply here?
| type: map | ||
| description: | | ||
| Groovy Map containing sample information | ||
| e.g. `[ id:'test', single_end:false ]` |
There was a problem hiding this comment.
| e.g. `[ id:'test', single_end:false ]` | |
| e.g. `[ id:'test' ]` |
| { assert snapshot( | ||
| process.out.tsv, | ||
| process.out.versions | ||
| ).match() | ||
| } |
There was a problem hiding this comment.
Can you also assert whether the results folder is present? maybe even check the subfiles that are created in that folder.
There was a problem hiding this comment.
I think this file is not needed anymore
There was a problem hiding this comment.
run nf-core modules lint --fix to bring this into the new format :)
|
Hey @rpetit3, are you planning to work on this? We are doing some nf-core cleaning and are trying to close PRs that nobody works on anymore - just to know if you plan to keep working on this one :) |
|
Closing due to inactivity. Feel free to reopen the PR if you (or anyone else) have some time to finish this. |
PR checklist
Closes #3816
versions.ymlfile.labelPROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-awarePROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-awarePROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware