A pipeline for prediction and annotation of obelisks
Hello everyone!
I have created a pipeline for the prediction and annotation of obelisks, the newly discovered class of viroid-like elements (https://www.biorxiv.org/content/10.1101/2024.01.20.576352v1.full). Can anyone give me some feedback and maybe help in the improvement of the tool (by pull request), also in the manuscript?
• 896 views
•
link
0 answers
No answers yet.
Log in to answer this question.
thanks for sharing. But why system calls when you could 'just' have used a workflow manager like snakemake or nextflow ?
Hello Pierre!
The pipeline is still a draft, but i wanted to implement it also as a library, so users might have more control of each step ... also, i'm not very familiar with snakemake or nextflow, but i will study more about it!