-
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.
feat: update to v0.7.7 - BiG-FAM fixes & notebooks (#291)
* fix: correct bigslice annotation rule * chore: correct log file * fix: remove gggenomes from main r_notebook env * feat: experimental env for extracting mmseqs2 with gggenomes * fix: handle numpy and matplotlib via conda * notebook: add bigfam query visualization * fix: correct html display for bigfam query * fix: auto detect antismash major version and its env * feat: use custom bigslice with no normalize option * feat: change bigslice threshold * fix: handle empty known resistance table * notebook: add instruction to run bigslice clustering result * notebook: improve display for mash and seqfu * notebook: better instruction to start bigslice server * notebook: correct fastani distances * notebook: add barplot * notebook: add sunburst * notebook: tidy sections * notebook: switch table and figure location * fix: move deeptf roary output to processed folder * notebooks: changen conda env for notebooks * fix: deeptf roary input * notebook: adjust label size and rotation * test: add dry run for other subworkflows * test: omit build database for now * docs: add example report demo * docs: add wrapper icon * chore: bump version to v0.7.7 * fix: pin python version for duckdb * fix: pin python 3.11 for duckdb * fix: add unzip for dbt * docs: simplify install guide * fix: pin duckdb to 0.8.1 from conda
- Loading branch information
1 parent
ee2e265
commit 5c4941d
Showing
20 changed files
with
794 additions
and
72 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
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,9 +1,13 @@ | ||
name: dbt-duckdb | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- python==3.11 | ||
- python-duckdb==0.8.1 | ||
- unzip | ||
- pip | ||
- pip: | ||
- dbt-duckdb==1.6.0 | ||
- dbt-metabase==0.9.15 | ||
- dbt-metabase==0.9.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
Oops, something went wrong.