Difference between revisions of "Template:PhoneHomeParameters"

From Genome Analysis Wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
|{{{hdr|==}}}= Adjust the Frequency of PhoneHome (<code>--phoneHomeThinning</code>) {{{hdr|==}}}=
 
|{{{hdr|==}}}= Adjust the Frequency of PhoneHome (<code>--phoneHomeThinning</code>) {{{hdr|==}}}=
 
Use <code>--phoneHomeThinning</code> to modify the percentage of the time that PhoneHome will run (0-100).}}
 
Use <code>--phoneHomeThinning</code> to modify the percentage of the time that PhoneHome will run (0-100).}}
{{#if: {{{bullet|}}} |*|}}*By default, <code>--phoneHomeThinning</code> is set to 50, only running half the time.   
+
{{#if: {{{bullet|}}} |*|}}*By default, <code>--phoneHomeThinning</code> is set to {{{thin|50}}}, running {{{thin|50}}}% of the time.   
 
{{#if: {{{bullet|}}} |*|}}*PhoneHome will only occur if the run's random number modulo 100 is less than the --phoneHomeThinning value.
 
{{#if: {{{bullet|}}} |*|}}*PhoneHome will only occur if the run's random number modulo 100 is less than the --phoneHomeThinning value.
 
{{#if: {{{bullet|}}} |*|}}*N/A if <code>--noPhoneHome</code> is set.
 
{{#if: {{{bullet|}}} |*|}}*N/A if <code>--noPhoneHome</code> is set.

Latest revision as of 14:58, 17 February 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)

Use --phoneHomeThinning to modify the percentage of the time that PhoneHome will run (0-100).

  • By default, --phoneHomeThinning is set to 50, running 50% of the time.
  • PhoneHome will only occur if the run's random number modulo 100 is less than the --phoneHomeThinning value.
  • N/A if --noPhoneHome is set.