matsen / pplacer

Phylogenetic placement and downstream analysis
http://matsen.fredhutch.org/pplacer/
GNU General Public License v3.0
74 stars 18 forks source link

rppr prepsim #202

Closed matsen closed 12 years ago

matsen commented 12 years ago

This will be a subcommand that can be used to easily set up a simulation.

The input is a reference package and a taxid list. All of the sequences/leaves with these taxids and their descendants will get removed from the reference package an a jplace file will be prepared that shows what pplacer should do if they get placed back into the tree.

The following would seem to be convenient output. I think that adding a --prefix to standardized output file names should work great.

Although we will have this subcommand be available, it can be a bit more rough-cut (and under-documented) than normal. It's primarily for our own use.

matsen commented 12 years ago

Looks good-- add some function comments (and the above) and this is ready to merge.