-
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
Get raw gene count tables from either Salmon and RSEM analysis #251
base: dev
Are you sure you want to change the base?
Conversation
Release 2.3 - This time for real
Update RNAseq_report.Rmd
This PR is against the
|
Hi @WackerO |
Hello @qbicStefanC, thanks for the PR! I think the assay() function is fine. It would be nice if you could update the test YMLs (https://github.com/qbic-pipelines/rnadeseq/blob/master/tests/test_star_salmon.yml and https://github.com/qbic-pipelines/rnadeseq/blob/master/tests/test_star_rsem.yml) by adding entries for the new matrices that are output; you just need to run those two tests (i.e. nextflow run main.nf -profile cfc,test_star_rsem and test_star_salmon) and generate the md5sums for the matrices. Also, please update the https://github.com/qbic-pipelines/rnadeseq/blob/dev/CHANGELOG.md by copy-pasting an older entry to the top and modifying the line :) |
PR checklist
nf-core lint
).nextflow run . -profile 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).