Dear People,
Can anybody help me how do we edit the sequenceserver webpage that is displayed in which the input is given. In other words can i customize the webpage and if yes in which folder does this .html file exist?
Thank you
Ramji
Dear People,
Can anybody help me how do we edit the sequenceserver webpage that is displayed in which the input is given. In other words can i customize the webpage and if yes in which folder does this .html file exist?
Thank you
Ramji
Hi Ramji,
Thanks for your interest in seqserv. If you want to modify the input page, then you’ll have to install seqserv from github, rather than as a gem. Then, modify the views/search.erb file, which get transformed into regular HTML by the server.
https://github.com/yannickwurm/sequenceserver/blob/master/views/search.erb
Good luck,
ben