-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed bed file structure to ARTICv3 (#42)
* changed requirements txt to inhibit incomp * added --name option and now bed primer files are reported in ARTIC v3 style * updated docs * changed pool indexing to +1 * comma fix * small changes in main * changed type var shadowing * removed not needed variable * further code cleanup * small fixes in goodbye message * fixed BLAST reporting error due to not defined variable
- Loading branch information
1 parent
0c9cf54
commit ac4b1ed
Showing
8 changed files
with
106 additions
and
84 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
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
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,6 +1,6 @@ | ||
biopython>=1.79 | ||
matplotlib>=3.5.1 | ||
primer3-py>=1.1.0 | ||
pandas>=1.4.4 | ||
numpy>=1.23.3 | ||
seqfold>=0.7.15 | ||
biopython~=1.79 | ||
matplotlib~=3.5.1 | ||
primer3-py~=1.1.0 | ||
pandas~=1.4.4 | ||
numpy~=1.23.3 | ||
seqfold~=0.7.15 |
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 @@ | ||
"""Tool to design amplicons for highly variable virusgenomes""" | ||
_program = "varvamp" | ||
__version__ = "1.2.0" | ||
__version__ = "1.2.1" |
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
Oops, something went wrong.