Skip to content

autosome-ru/opera_webface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is OperaHouse webface which allows users to run our lab's computational-heavy tools using web form. Our lab is specialized on sequence and motif analysis so our tools have some stuff to simplifing this kind of tasks.

Setup

In order to setup opera house you'd check several points:

  • Run rake prepare_motif_collections to generate logos and thresholds for motifs.

Run and restart

In order to run webface do:

  • cd path_to_app && bundle install

  • echo "cd path_to_app && source path_to_ruby_dir && rvm use 2.0 do bundle exec rails s -e production -p 80 -d" | sudo bash -i

This command can be scheduled with root's sudo crontab -e. It'd be runned under root if you want to use port 80.

  • If you change overture files - restart not only webface but also opera house itself (it will be restarted automatically by webface)