rambaut / Seq-Gen

Sequence simulator
51 stars 17 forks source link

Add FASTA as an input format #26

Open rambaut opened 3 months ago

rambaut commented 3 months ago

Sequences in FASTA format (may require a separate input option)

lskatz commented 3 months ago

The nexus data format might be a drop in replacement (seqs + trees) but also I think nexus is probably overcomplicated.

rambaut commented 3 months ago

If it was highly constrained to a subset of the Nexus format it would be doable - I have written Nexus parsers a number of times. The main problem is it is overly flexible.

lskatz commented 3 months ago

Then it just makes sense with what you said -- fasta!