-
Notifications
You must be signed in to change notification settings - Fork 735
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
Added new module for Toulligqc #5131
Conversation
@nf-core-bot fix linting |
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: Friederike Hanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
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.
See comment below... Sorry about this. Shouldn't be doing this while travelling 😅
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.
Ok I'm working today before holiday, so looking through more properly now :D
modules/nf-core/toulligqc/main.nf
Outdated
tuple val(meta), path(seq_summary) | ||
tuple val(meta), path(fastq) | ||
tuple val(meta), path(bam) |
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.
tuple val(meta), path(seq_summary) | |
tuple val(meta), path(fastq) | |
tuple val(meta), path(bam) | |
tuple val(meta), path(seq_summary), path(fastq), path(bam) |
|
||
} | ||
|
||
test("sarscov2 - nanopore bam") { |
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.
Can you add one test with all three if they are not mutually exclusive
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 can do but I will need to upload new data to the nf-core/tets-datasets repo as I don't think the sequencing summary, FASTQ and BAM files come from the same run..
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.
Ah ok, that would be a bit awkward... maybe you could do a local test and otherwise I avert my eyes ;)
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.
Okay thank you! I'll do a local test this afternoon and will let you know the outcome :)
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.
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
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.
You can merge! Thanks for your patience!
@jfy133 Thank you for all the help! |
Oh! Then please request joining the nf-core orgnisation here: https://nf-co.re/join#github and you will get merge rights :) I will merge for you! |
* master: Added new module for Toulligqc (#5131) Make `mosdepth` stub use `gzip` for `.gz` files (#5410) Update hmmsearch to 3.4 (#5408) port `controlfreec-makegraph` to nf-test (#5393) port `controlfreec-freec` to nf-test (#5398) port `controlfreec-assesssignificance` to nf-test (#5396) port `controlfreec-makegraph2` to nf-test (#5392) new module: crabz (#5351)
ToulligQC is a post sequencing QC tool for Oxford Nanopore sequencers. This nf-core module is quite basic but we aim to implement a few more options in the near future!
PR checklist
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda