Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langhtml
InferNetwork_MP (gene_tree_ident1 [, gene_tree_ident2...]) numReticulations [-a taxa map] [-b threshold] [-s startingNetwork] [-n numNetReturned]  [-m maxNetExamined] [-d maxDiameter] [-h {s1 [,s2...]}] [-w (w1,...,w6)] [-f maxFailure] [-x numRuns] [-pl numProcessors] [-di] [result output_fileresultOutputFile]

gene_tree_ident1 [, gene_tree_ident2...]

Comma delimited list of gene tree identifiers. See details.

mandatory

numReticulations

Maximum number of reticulations to added.

mandatory

-b threshold

Gene trees bootstrap threshold. Edges in the gene trees that have support lower than threshold will be contracted.

optional

-a taxa map

Gene tree / species tree taxa association.

optional

-s startingNetwork

Specify the network to start search. Default value is the optimal MDC tree.

optional

-n numNetReturned

Number of optimal networks to return. Default value is 1.

optional

-m maxNetExamined

Maximum number of network topologies to examined. Default value is infinity.

optional

-d maxDiameter

Maximum diameter to make an arrangement during network search. Default value is infinity.

optional
-h {s1 [, s2...]}

A set of specified hybrid species.

optional
-w (w1, ..., w6)

The weights of operations for network arrangement during the network search. Default value is (0.1,0.1,0.15,0.55,0.15,0.15).

optional
-f maxFailure

The maximum number of consecutive failures before the search terminates. Default value is 100.

optional

-x numRuns 

The number of runs of the search. Default value is 5.

optional

-pl numProcessors 

Number of processors if you want the computation to be done in parallel. Default value is 1.

optional
-diOutput the Rich Newick string of the inferred network that can be read by Dendroscope.optional

result output_fileresultOutputFile

Optional file destination for command output.

optional

...