-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added vcf parsing for freebayes and sanity check for gff parsing (#17)
* added vcf parsing for freebayes and vcf formats that have multiple variants in one line associated to one position * updated version * updated info for usage * fixed non-visited keys of the info field * lazy fix for parsing gffs * changed comment * rm redundant code
- Loading branch information
1 parent
d5763bd
commit 1ca41d6
Showing
3 changed files
with
34 additions
and
17 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,3 +1,3 @@ | ||
"""plot vcf data as a heatmap mapped to a virus genome""" | ||
_program = "virheat" | ||
__version__ = "0.7.1" | ||
__version__ = "0.7.2" |
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
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