-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PANGO annotations for SARS2 GISAID workflow (#631)
* Add PANGO assignment to GISAID workflow * Add legacy lineage col to metadata * add missing input func * Add missing repo * Fix fasta_raw folder missing on first run * Add SARS2 GISAID workflow example to main Snakefile * Multithread PANGO for SARS2 GenBank workflow * Fix typos -- missing xz adjustment from previous PRs * Fix lineage DAG generation for SARS2 GISAID workflow * Add GISAID lineage as another group col * Move fake input to combine_lineages to avoid retriggering job for each individual lineage assignment job * Bump version to v2.7.5-pango (temp) * Auto-update nextstrain exclusion list
- Loading branch information
Showing
12 changed files
with
144 additions
and
40 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = '2.7.4'; | ||
export const version = '2.7.5-pango'; |
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,22 @@ | ||
# MODIFIED FROM: https://github.com/cov-lineages/pangolin, v4.3.1 | ||
|
||
name: pangolin | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- biopython=1.74 | ||
- minimap2>=2.16 | ||
- pip=19.3.1 | ||
- python=3.7 | ||
- snakemake-minimal<=7.24.0 | ||
- gofasta | ||
- ucsc-fatovcf>=426 | ||
- usher>=0.5.4 | ||
- git-lfs | ||
- pip: | ||
- git+https://github.com/cov-lineages/[email protected] | ||
- git+https://github.com/cov-lineages/scorpio.git | ||
- git+https://github.com/cov-lineages/constellations.git | ||
- git+https://github.com/cov-lineages/pangolin-data.git |
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