-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add blank file for bin quality * Added BUSCO and GUNC support. * specify versions * specify different pachs for busco and gunc * dont' run busco offline * add new busco rule parserscritp WIP * remove checkm from genomes remove also checkm tree * adapt drep for busco * rename genome quality rather than * add busco to config.yaml * Revert "dont' run busco offline" This reverts commit b7767a4. * run busco offline * fixing error with download * black * bug fixing * bin report adapted to busco * busco WIP * busco v 5.4 * check passed * bug fixes for genome * testing busco * add checkm2 download * add checkm2 predict * checkm2 corrections * build index for genecatalog map each reads individ * delete index when no longer used * print rpkm * usejni in config * set build explicitly * formating * using bwa mem for genecatalog * Revert "using bwa mem for genecatalog" This reverts commit b157856. * specify not interleaved for genes * bbmap cat first * use minimap for genecatalog * cat reads independent of minimap * use minimap outside of wrapper * format * tested * formating * Dead end at gen counts 1GB/sample * add gene info rule * parquet with gene nrs not string * median coverage for genes * use median fold * unnecessary log file * skip error when only QC reads * remove error code * " --rerun-triggers mtime " * galah parameters in genecatalog * remove junck * need source links for renaming * parse samples with underscores * add minimap mapping for strains * minimap maps paired end reads * remove crap code * remove crap code * formating * set checkmn2 as default, update conda * formating * update bin report * removed redundanct merge checkm * tested checkm2 * formated * add binning and assembly to cricle ci * add checkm2 toi download * do not circelci conda envs * dont use checkm for filtered bins --------- Co-authored-by: Matija <[email protected]> Co-authored-by: silas kieser <[email protected]>
- Loading branch information
1 parent
2d09bd7
commit c0b97a7
Showing
24 changed files
with
636 additions
and
369 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from email.policy import default | ||
import os, sys | ||
from .color_logger import logger | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- busco=5.4 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- checkm2>=1.0.1, <1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- gunc=1.0 |
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.