Conversation
|
|
Hi @matbonfanti and @karlaarz ! Here's an implementation of quantification! Just a few points:
|
|
Hi @leandrotiburske! Seems pretty nice! A couple of things to highlight in these steps: It might be worth it to add, after Salmon's quantification, the TXIMETA_TXIMPORT and CUSTOM_TX2GENE modules to get the count matrix from Salmon's output to be compatible with R. Also, just an idea, but we can consider splitting the quantification into two. For instance, in the alignment subworkflow, we can add the quantification from subread as it uses minimap2 BAM files. Whereas for salmon quantification, we can name it as pseudo_alignment and pass only salmon quant and the tximport modules. You can check the nf-core subworkflow QUANTIFY_PSEUDO_ALIGNMENT for a better insight. We can also discuss this tomorrow :) |
|
Hi @karlaarz ! I followed your suggestions, thank you for your input! I was having a lot of problems with TXIMPORT, but it somehow was fixed after I changed my Docker settings. It was probably something RAM-related 😅 |
|
Hi @karlaarz ! I've replaced STRINGTIE_STRINGTIE by STRINGTIE2 from nanoseq as we discussed. Also, I've changed the logic around pychopper! I know maybe I should've done it in a different PR, but since it's such a small change I did it here anyways :) What do you think? |
karlaarz
left a comment
There was a problem hiding this comment.
Hi @leandrotiburske ! looks better, we can merge it to the main branch. I will create a subworkflow for stringtie2 + gffcompare.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,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).