-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add FastQ-Screen database multiplexing #53
base: dev
Are you sure you want to change the base?
Conversation
|
b44fc07
to
4af6dd4
Compare
4af6dd4
to
7ebb6c1
Compare
I am currently working on this to update the docs and get the missing param in. |
…lt by the process on the fly
…o try to limit the scope of nf-test to the tests/ dir
…update snapshots accordingly
Need to resolve issue with nf-test snapshots of |
Rough summary of current status after some investigating by me and @FranBonath
We think we want the output files of the process to contain the names of both the sample and reference used to generate them, and make sure they all end up in the publishdir. NOTE |
Okay I figured out a way around this. Works pretty well with MultiQC. Probably going to want to use https://seqera.io/blog/multiqc-grouped-samples/
Also got this for free, but IMO I think publishing them should just be skipped, if you're just going to use the results inside of MultiQC.
May I suggest, an array job? I think that would make your HPC admins even happier. https://www.nextflow.io/docs/latest/reference/process.html |
Ah okay looking at the expected fastqscreen data now https://github.com/MultiQC/test-data/blob/main/data/modules/fastq_screen/v0.14.0/scRNAseq_HISAT_example1_screen.txt It's probably easier to handle all of the databases in one run per sample. So two options:
|
PR checklist
[ ] If necessary, also make a PR on the nf-core/seqinspector branch on the nf-core/test-datasets repository.nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).