Template:PhoneHomeParameters: Difference between revisions
From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{{hdr|==}}} PhoneHome Parameters {{{hdr|==}}} | {{{hdr|==}}} PhoneHome Parameters {{{hdr|==}}} | ||
See [[PhoneHome]] for more information on how PhoneHome and what it does. | See [[PhoneHome]] for more information on how PhoneHome works and what it does. | ||
{{{hdr|==}}}= Turn off PhoneHome (<code>--noPhoneHome</code>) {{{hdr|==}}}= | {{{hdr|==}}}= Turn off PhoneHome (<code>--noPhoneHome</code>) {{{hdr|==}}}= | ||
Revision as of 16:25, 6 January 2014
PhoneHome Parameters
See PhoneHome for more information on how PhoneHome works and what it does.
Turn off PhoneHome (--noPhoneHome)
Use the --noPhoneHome option to completely disable PhoneHome. PhoneHome is enabled by default based on the thinning parameter.
Adjust the Frequency of PhoneHome (--phoneHomeThinning)
By default, when PhoneHome is enabled (default), it only happens a certain percentage of the time.
Use --phoneHomeThinning to modify the percentage of the time that PhoneHome will run (0-100). By default, --phoneHomeThinning is set to 50.
PhoneHome will only occur if the run's random number modulo 100 is less than the --phoneHomeThinning value.
N/A if --noPhoneHome is set.