Hi,
I wonder what is the best scripting language for doing the following:
I go to this website
http://structure.usc.edu/make-na/server.html
and the input a two lines string like:
ATGC
TATG
Afterwards I push the "Make NA" button, so I download the resulting file, which I change the name before downloading it.
I would like to do this for 10000 different input strings, so I easily download the resulting files (with different names).
I wonder what is the best web-scripting (is it the right name?) language for this purpose in order to start to study this in deep. I read something about python, while other people think PHP or Ruby are much better. I just would like to know the most friendly (while useful for my purposes) one.
Also some hints for the implementation of this idea would be appreciated.
Thanks in advance