Poly a - #22
Conversation
|
Hi @matbonfanti and @leandrotiburske! I made several changes and additions to the pipeline (it wasn't intended, but all these changes ended up being correlated, so I couldn't make different PRs). The main addition was the new polyA module, available only for direct RNA data. Overall, the main changes include:
Pipeline fixes:
Please let me know if you have questions or what do you think. Have a nice weekend! |
|
ciao @karlaarz, it is very nice that you have set up a lightweight test for the workflow... However, it is better to put the input data of the test in the nf code repo itself, to avoid making this repo unnecessarily heavy... There are several place in which the data could be stored, the easier being the github repo that I have set specifically for this purpose: https://github.com/nfdata-omics/test-datasets If you are available, we can meet and discuss this! |
|
Hi @karlaarz, I like having these test on the pipeline! I agree with @matbonfanti when it comes to storing the files though. By the way, we already have a folder called "nanopore" under the branch "refs": https://github.com/nfdata-omics/test-datasets/tree/refs/nanopore . We could move it to a branch of its own if you'd like it better |
|
hi @matbonfanti ! I applied the changes we discussed last time about the test data. The tests pass now but I have one error. do I need to update the template version? |
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).