A pipeline for prediction and annotation of obelisks
0
1
Entering edit mode
4 weeks ago
fred.s.kremer ▴ 110

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?

https://github.com/omixlab/tormentor

rna-seq • 271 views
ADD COMMENT
1
Entering edit mode

thanks for sharing. But why system calls when you could 'just' have used a workflow manager like snakemake or nextflow ?

os.system(f'mkdir -p {spades_directory}')
step_2_return_code = run_spades(
    reads_1_trim, 
    reads_2_trim, 
    arguments.threads, 
    spades_directory, 
    stranded_type=arguments.stranded_type
)
ADD REPLY
0
Entering edit mode

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!

ADD REPLY

Login before adding your answer.

Traffic: 1679 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6