This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Use sms2 javascript standalone from python

Hello everyone ! I wish to use tools from sms2 but the standalone version is made of javascripts. How can I use those in python ? I'm on linux and only know bash and python basics

python sms2

sms2 http://www.bioinformatics.org/sms2/

The Sequence Manipulation Suite is a collection of JavaScript programs for generating, formatting, and analyzing short DNA and protein sequences. It is commonly used by molecular biologists, for teaching, and for program and algorithm testing.

I don't see the standalone option on the site? (I may be being blind) - unless you mean the offline mirror?

The best you could do to my knowledge would be to write a python invocation wrapper script, but that doesn't really save you any effort.

FWIW, pretty much all of the functionality on that webpage has been recreated in python and other languages natively.

Probably BioPython implements most of the functionalities provided by SMS2, it would be both easier for you to learn BioPython, and saner too.

0 answers

No answers yet.

Log in to answer this question.