bioinformatics-torvergata / BRIO

BRIO: a web server for RNA sequence and structure motif scan (https://doi.org/10.1093/nar/gkab400)
http://brio.bio.uniroma2.it/
4 stars 0 forks source link

Command line version? #14

Closed SziKayLeung closed 2 years ago

SziKayLeung commented 2 years ago

Hello,

Thank you for developing BRIO - the BRIO website is really useful and intuitive.

However, I was wondering if there's a command line or an option to run more than 100 sequences at a time (my dataset has over 2000 sequences...)?

I was also wondering what was the rationale for input RNA molecules to be less than 3000 nucleotides long, given that some mRNA sequences can be >10kb long?

Thank you, Szi Kay

AndreaGuarracino commented 2 years ago

Hi @SziKayLeung, I've just pushed a dumb notebook I've written some time ago to directly launch BRIO's core functionality locally. I hope this can help in guiding you in writing your scripts.

The limitations in RNA lengths are due to computational reasons and the predictions of secondary structures that become more inaccurate with increasing length. Locally, you can avoid this length constraint and work with any length.