Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 7: Line 7:  
* Some settings can be defined both in the configuration file and on the GotCloud command-line
 
* Some settings can be defined both in the configuration file and on the GotCloud command-line
 
** command-line options take priority over configuration file settings
 
** command-line options take priority over configuration file settings
 +
* A KEY can be used in another KEY's value by specifying $(KEY)
 +
** Example:
 +
**: <code>KEY1 = value1</code>
 +
**: <code>KEY2 = $(KEY1)/value2</code>
 +
*** When <code>KEY2</code> is used, it will be equal to: <code>value1/value2</code>
    
====Output Directory====
 
====Output Directory====

Navigation menu