BEAST v2.6.7 Documentation: beast.app.seqgen.MergeDataWith

Helper for Sequence Simulator, allows specifying template input file and destination output file

Inputs:

template, output

 

template
type: java.lang.String
name of template file. The template file should be a valid beast2 XML file with a single (possibly empty) alignment. This alignment will be replaced by the alignment generated by the SequenceSimulator. Any occurrance of $(n) will be replaced by the iteration number of the SequenceSimulator. For example, calling a log filename "output$(n).log" will be replaced by "output1.log" at first iteration, "output2.log" at seccond iteration, etc..
Required input

 

output
type: java.lang.String
name of the output file. Instances of $(n) are replaced by iteration number.
Required input