You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the beginnings of a proposal for replacing trick with yaml. At the top level, there are three+ sections. parts defines partitions of the root sequence and the root sequence itself. rules defines evolutionary models. regions defines sections of tree space with known topology and branch length, tied to a partition, and has an evolutionary model.
reps: 100# can be overridden on the command lineseed: [1,2,3] # can be overridden on the command lineparts:
- name: exon_1length: 1000# ignored because seq is specifiedseq: "ACGT"type: DNArules:
-
name: defaultsubst:
model: k2palpha: 1freqs: [0,2,3,4]ins:
rate: 0.01model: powerlawalpha: 1.5max_len: 100del:
rate: 0.01type: powerlawalpha: 1.5max_len: 100regions:
-
tree: "(A:0.1,B:0.1).R;"rule: defaultpart: exon_1
A possible list of tasks that need to be completed to polish up the Dawg 2.0 code base in preparation for a paper.
rapidyaml
library for parsing.The text was updated successfully, but these errors were encountered: