generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: add a
build-eggnog-diamond-db
action (#116)
* Ignore runinfo * Add colorify to utils * Register action * colorify only with green * Update q2_moshpit/plugin_setup.py Co-authored-by: Michal Ziemski <[email protected]> * Updated the output name and description * Implement build_eggnog_diamond_db action * Add test * Further refactor EggnogSequenceTaxa to EggnogProteinSequences * Add validation for taxon IDs and corresponding test * Eliminate duplicated method * Apply suggestions from code review Co-authored-by: Michal Ziemski <[email protected]> * unit tests for _validate_taxon_id function --------- Co-authored-by: Michal Ziemski <[email protected]>
- Loading branch information
Showing
7 changed files
with
243 additions
and
5 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 |
---|---|---|
|
@@ -139,5 +139,5 @@ dmypy.json | |
# Ignore notebooks | ||
**/*.ipynb | ||
|
||
# Ignore parsl stuff | ||
# Ignore parsl dir | ||
runinfo |
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
100 changes: 100 additions & 0 deletions
100
q2_moshpit/eggnog/tests/data/build_eggnog_diamond_db/e5.taxid_info.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
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