-
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.
Merge pull request #1187 from cfe-lab/split-denovo-dependencies
Split denovo dependencies
- Loading branch information
Showing
5 changed files
with
9 additions
and
8 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
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 |
---|---|---|
|
@@ -24,7 +24,6 @@ classifiers = [ | |
dependencies = [ | ||
# Requirements for running the bare pipeline under Kive. | ||
"pytz==2024.2", | ||
"iva @ git+https://github.com/cfe-lab/[email protected]", | ||
"biopython==1.84", | ||
"gotoh @ git+https://github.com/cfe-lab/[email protected]#egg=gotoh&subdirectory=alignment/gotoh", | ||
"pyvdrm @ git+https://github.com/cfe-lab/[email protected]", | ||
|
@@ -64,6 +63,11 @@ dev = [ | |
"mypy==1.13.0", | ||
"mypy-extensions==1.0.0", | ||
"gprof2dot==2024.6.6", | ||
"codecov==2.1.13", # For reporting the code coverage. | ||
] | ||
denovo = [ | ||
# Requirements for running De-Novo pipeline (only problematic ones). | ||
"iva @ git+https://github.com/cfe-lab/[email protected]", | ||
] | ||
watcher = [ | ||
# Requirements for running the MISEQ_MONITOR.py script | ||
|