new module: mobsuite/cluster
new modulewishlist
### Is there an existing module for this?
- [x] I have searched for the existing module
### Is there an open PR for this?
- [x] I have searched for existing PRs
### Is there an open issue for this?
- [x] I have searched for existing issues
### Further Information
- https://github.com/phac-nml/mob-suite#using-mob-cluster
- https://bioconda.github.io/recipes/mob_suite/README.html#package-package%20'mob_suite'
Note: mobsuite/recon already exists, so some of the boilerplate can also be probably copied
### Are you going to work on this?
- [ ] If I'm planning to work on this module, I added myself to the `Assignees` to facilitate tracking who is working on the module
### Software requirements (conda)
```yaml
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda
dependencies:
- bioconda::mob_suite=3.1.9
```
0 条评论