metaRNA icon indicating copy to clipboard operation
metaRNA copied to clipboard

Find target sites for the miRNAs in genomic sequences

Results 5 metaRNA issues
Sort by recently updated
recently updated
newest added

The metaRNA-4.0.5 source package from PyPI is missing `miranda.h`. Link for the package: https://files.pythonhosted.org/packages/6f/c0/4a8f278dd03029b0b28766d1c1151fac52e4bd0768833a169af46ef2a21b/metarna-4.0.5.tar.gz

while building simply with pip it gives ``` building 'metarna.pymiranda' extension i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/include/ViennaRNA -I/usr/include/python3.5m -I/home/vagrant/github/metaRNA/venv/include/python3.5m -c...

Passing invalid sequences should raise `ValueError`. Or not? /cc @PrashntS @PragyaJaiswal

The miRanda library displays nice renders of textual target sites. We wish to have an API to do that here too. Eg. ``` Query: 3' gtCGAAAGTTTTACTAGAGTg 5' (eg. miRNA) |:|||||...

enhancement