ammaraziz / flukit

GNU Lesser General Public License v3.0
2 stars 2 forks source link

subcommand for phylo construction and plotting #5

Open ammaraziz opened 1 year ago

ammaraziz commented 1 year ago

For each batch processed an annotated tree must be constructed for each gene. Currently an R script handles the alignment, tree construction and plotting.

Example usage:

flukit treeplot --sequences {Path/input.fasta} --lineage {lineage} --output-dir {Path}

Input:

The subcommand handles the reference fasta (detected from the lineage). Must include fasta datasets in the package for each subtype and each gene.

Notes:

Questions:

Tasks: