-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to explore various values of AED and LD. (#93)
* Update parameters to read from meta map * Introduce channel to construct sweep parameter map * Update nf-core modules * Add meta map to agat separatebyrecord * Add meta map to agat filterbyattribute * update blast path * Add meta map to agat keeplongestisoform * Add meta map to agat filterincompletegenecodingmodels * Add meta map to agat filterbylocusdistance * Add meta map to agat extractsequences * Add meta map to blast blastp * Add meta map to agat filterbymrnablastvalue * Add meta map to augustus gff2gbk * Add meta map to augustus gbk2augustus * Add meta map to agustus training modules * Add meta map to agat gff2zff * Add meta map to snap training * Update channel logic for abinitio pipeline * Update README * Update abinitio test profile * Fix module links for annotation preprocessing workflow * Fix module links for functional annotation workflow * Fix module links * Update publish paths to include parameter sweep values * Add container registries to profiles for nf-core * Remove registries from docker container paths * Add aed and locus distance parameters to config * Update annotation preprocessing workflow for updated modules * Add meta map to interproscan module * Add meta map to agat managefunctionalannotation * Update functional annotation workflow to reflect updated modules * Fix includeInputs placement * Fix container paths * Fix workflow for module updates * Remove references to params.enable_conda * Update minimum Nextflow version to 22.10.0 * Run split maker evidence once * Update publishing path * Update test config to do parameter sweep * Associate proteindb with protein * Patch blast/makeblastdb to use a meta map * Fix functional annotation subworkflow from module change * Fix file staging * Update file prefix to include LD and AED values * Add start of table rank code * Add rank model to abinitio workflow * Escape dollars * Syntax fixes * Fix syntax * Add publish path * rename output folders * Append training data gene count to log
- Loading branch information
1 parent
62b725c
commit 8b6c7fa
Showing
42 changed files
with
478 additions
and
257 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,41 @@ | ||
{ | ||
"name": "NBIS Genome Annotation Workflow", | ||
"homePage": "", | ||
"repos": { | ||
"nf-core/modules": { | ||
"blast/makeblastdb": { | ||
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d" | ||
}, | ||
"busco": { | ||
"git_sha": "89a84538bede7c6919f7c042fdb4c79e5e2d9d2a" | ||
}, | ||
"fastp": { | ||
"git_sha": "9b51362a532a14665f513cf987531f9ea5046b74" | ||
}, | ||
"fastqc": { | ||
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe" | ||
}, | ||
"multiqc": { | ||
"git_sha": "5138acca0985ca01c38a1c4fba917d83772b1106" | ||
} | ||
"name": "NBIS Genome Annotation Workflow", | ||
"homePage": "", | ||
"repos": { | ||
"https://github.com/nf-core/modules.git": { | ||
"modules": { | ||
"nf-core": { | ||
"blast/makeblastdb": { | ||
"branch": "master", | ||
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73", | ||
"installed_by": ["modules"], | ||
"patch": "modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff" | ||
}, | ||
"busco": { | ||
"branch": "master", | ||
"git_sha": "6d6552cb582f56b6101c452e16ee7c23073f91de", | ||
"installed_by": ["modules"] | ||
}, | ||
"fastp": { | ||
"branch": "master", | ||
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd", | ||
"installed_by": ["modules"] | ||
}, | ||
"fastqc": { | ||
"branch": "master", | ||
"git_sha": "9a4517e720bc812e95b56d23d15a1653b6db4f53", | ||
"installed_by": ["modules"] | ||
}, | ||
"multiqc": { | ||
"branch": "master", | ||
"git_sha": "a6e11ac655e744f7ebc724be669dd568ffdc0e80", | ||
"installed_by": ["modules"] | ||
} | ||
} | ||
}, | ||
"subworkflows": { | ||
"nf-core": {} | ||
} | ||
} | ||
} | ||
} |
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
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.