alexsweeten / snacc

Normalized Compression Distance for Inferring Microbial Phylogenies
8 stars 4 forks source link

Apply all future compression algorithms into a command line argument. #26

Closed alexsweeten closed 6 years ago

alexsweeten commented 6 years ago

We now have a '-c' parameter for users to specify their choice of compression algorithm. When implementing a new algorithm, make sure to add it to our command line argument.

Benjamin-Lee commented 6 years ago

Is this in cli.py?

alexsweeten commented 6 years ago

@Benjamin-Lee No it's in pairwise_distance.py