What is the most rational way and technology to write your own web-interface to Linux tools like fastq-dump?
0
0
Entering edit mode
7.5 years ago

What is the most rational way and technology to write your own web-interface to Linux tools like fastq-dump? Does anyone have an experience? What if not using Galaxy and Yabi with Taverna.

web-inteface • 1.3k views
ADD COMMENT
0
Entering edit mode

this is just suggestion not an answer,

what about write your own .cgi script in /usr/lib/cgi-bin

it will be simple web page that will do your work (as you can see this is super simple but of course if you aim to build something more complicated this is not your solution )

ADD REPLY
0
Entering edit mode

Is the point being able to access the tools from the web or having a user friendly UI? If it's just for the former, you can just use some kind of web-terminal interface (http://guacamole.incubator.apache.org/).

If you want a user friendly UI that non-computational people can use, then I would just use something off the shelf like Galaxy. In my experience, while it is fun trying to develop a web app to interface with these tools, it is also something that becomes a never-ending maintenance project. Unless you are leveraging this as a showcase for your skills in order to fill your CV for potential tech industry jobs or just for self learning, it is not worth the effort.

ADD REPLY
0
Entering edit mode

yeah couldn't you just like use a Jupyter notebook, essentially? Make system calls via Python.

ADD REPLY

Login before adding your answer.

Traffic: 2240 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