-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Using the maximum sequence length instead of file extension to determine if the input is assembled sequence or unassemble reads. - Switching off the correction if the estimated error rate is above 0.03, showing that possibly the coverage is extremely low and cannot be estimated robustly - Outputting fixed distance 5.0 when the estiamted distance is above 0.75 and JC transformation option is used.
- Loading branch information
1 parent
ad451a6
commit 0f61e4c
Showing
2 changed files
with
71 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup | ||
|
||
setup(name='skmer', | ||
version='2.0.2', | ||
version='3.0.0', | ||
description='Assembly-free and alignment-free tool for estimating genomic distances between genome-skims', | ||
author='Shahab Sarmashghi', | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters