Get raw gene count tables from either Salmon and RSEM analysis #251
Get raw gene count tables from either Salmon and RSEM analysis #251WackerO merged 12 commits intoqbic-pipelines:devfrom qbicStefanC:master
Conversation
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 :) |
Added file path and checksum for raw_gene_counts.tsv file
Added file path and checksum for raw_gene_counts.tsv file
added PR #251 Get raw gene count tables from either Salmon and RSEM analysis
|
Hi @WackerO , I also minimalistically updated the changelog (https://github.com/qbic-pipelines/rnadeseq/blob/dev/CHANGELOG.md by copy-pasting an older entry to the top and modifying the line :). Please check and let me know.S |
|
Hey @qbicStefanC, thanks for the tests! The changelog looks good, can you resolve the conflict so we can see if the new tests succeed? |
|
resolved the conflict on the changelog... |
|
Thanks for the work, Stefan! I just removed some trailing whitespaces so prettier won't complain. The tests should now all run (except for linting), so after that is done, I'll override the protection and merge :) |
|
The remaining tests fail due to an old template, will override and merge |
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).