Skip to content

Commit

Permalink
final tidy before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent b744835 commit 2e2042f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
- Deal with nextstrain augur not working with phylogeny with branch support values
- Rethink if statements controlling processes in pipeline

## [v0.1.2] - 2020-05-07 - Metadata
## [v0.1.2] - 2020-05-13 - Github Actions and Linting

### Added

- scripts/sqlite_EAGER_tsv.py scripts/sqlite_NextStrain_tsv.py scripts/geocode_NextStrain.py
- pre-commit and linting
- gh-actions workflow
- pre-commit linting and misc
- workflows: pipeline, linting, docs
- Automate SNPEff db creation
- Split dependecies into user and dev conda env

### Changed

- git update-index --add --chmod=+x scripts/geocode_NextStrain.py scripts/sqlite_EAGER_tsv.py scripts/sqlite_NextStrain_tsv.py
- git update-index --add --chmod=+x scripts/*
- IQTREE update to version 2
- All BioSampleComment columns filled in for database

## [v0.1.1] - 2020-04-29 - Narratives and ReadtheDocs

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ conda env create -f phylo-dev-env.yaml --name phylo-dev-env
conda activate phylo-dev-env
```

Install pre-commit hooks, and test run against all files
Install pre-commit hooks

```bash
pre-commit install
Expand Down

0 comments on commit 2e2042f

Please sign in to comment.