-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move phylogenetic workflow from top-level to folder
phylogenetic
wip: use the experimental workflow from nextstrain/.github#57 wip wip Add general precommit lints Add codespell to precommit Add shellcheck to precommit Add tomlsort to precommit chore: lint/formatting
- Loading branch information
1 parent
5cfbf1b
commit df0f504
Showing
43 changed files
with
13,294 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Nextclade reference tree workflow for monkeypox | ||
|
||
## Usage | ||
|
||
```bash | ||
snakemake | ||
``` | ||
|
||
### Visualize results | ||
|
||
View results with: | ||
|
||
```bash | ||
nextstrain view auspice/ | ||
``` | ||
|
||
## Maintenance | ||
|
||
### Updating for new clades | ||
|
||
- [ ] Update each `config/{build}/clades.tsv` with new clades | ||
- [ ] Add new clades to color ordering | ||
- [ ] Check that clades look good, exclude problematic sequences as necessary | ||
|
||
### Creating a new dataset version | ||
|
||
Edit CHANGELOG.md | ||
|
||
## Configuration | ||
|
||
Builds differ in paths, relevant configs are pulled in through lookup. | ||
|
||
## Installation | ||
|
||
Follow the [standard installation instructions](https://docs.nextstrain.org/en/latest/install.html) for Nextstrain's suite of software tools. | ||
|
||
## Data use | ||
|
||
We gratefully acknowledge the authors, originating and submitting laboratories of the genetic | ||
sequences and metadata for sharing their work. Please note that although data generators have | ||
generously shared data in an open fashion, that does not mean there should be free license to | ||
publish on this data. Data generators should be cited where possible and collaborations should be | ||
sought in some circumstances. Please try to avoid scooping someone else's work. Reach out if | ||
uncertain. |
Oops, something went wrong.