Difference between revisions of "Yerba"

From CoGepedia
Jump to: navigation, search
(Blanked the page)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Summary  ==
 
  
Yerba is the job execution engine used by CoGe. For more details on how the job engine is used by CoGe refer to [http://genomevolution.org/wiki/index.php/JEX Job Execution Framework].
 
 
== Installation ==
 
 
For installation instructions please refer to the [https://github.com/LyonsLab/Yerba github repository]<br> or the README.md in the repository.
 
 
To clone the repository run the command:
 
 
git clone https://github.com/LyonsLab/Yerba.git
 
 
 
== Usage<br>  ==
 
 
Yerba has two components the job daemon ''yerbad'' and the command line client ''yerba''. The job daemon is started started when the server is first booted. Additionally, cctool's catalog and worker pool need to be running. ''yerba' is a command line interface to the job engine to check the status of the job engine. More features are planned in the future.
 
 
==== yerbad<br>  ====
 
 
To start the job engine you need to start each script.
 
 
sudo /etc/init.d/catalog_server start
 
sudo /etc/init.d/work_queue_pool start
 
sudo /etc/init.d/yerba start
 
 
==== yerba ====
 
 
This command currently only checks for a response from the job engine.
 
$YERBA_DIR/bin/yerba
 
 
Another method to check the status of the job engine is:
 
sudo /etc/init.d/yerba status
 

Latest revision as of 12:18, 26 June 2014