Skip to content

Commit

Permalink
Merge pull request #3 from ktmeaton/dev
Browse files Browse the repository at this point in the history
v0.2.3
  • Loading branch information
ktmeaton authored Feb 26, 2021
2 parents 1bd0899 + 0f8f57d commit fc418ff
Show file tree
Hide file tree
Showing 39 changed files with 178,012 additions and 93,360 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
#----------------------------------------------------------------------------
release-notes:
name: Release Notes 📰
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest

steps:
Expand All @@ -21,11 +20,18 @@ jobs:
lfs: true
fetch-depth: 0

- name: Update Submodules
run: git submodule update --init --recursive

# Check 2 most recent tags, overwrites
- name: Tagged Release Notes
run: |
workflow/scripts/notes_release.sh `git tag | tail -n2 | head -n1` `git tag | tail -n1` > release-notes.md
- name: Upload Artifact
./autologs/autologs \
--release \
-o release-notes.md \
--old-tag `git tag | tail -n2 | head -n1` \
--new-tag `git tag | tail -n1`
- name: Upload Release Notes
uses: actions/upload-artifact@v2
with:
name: release-notes
Expand All @@ -35,7 +41,6 @@ jobs:
tagged-release:
name: Tagged Release
needs: [release-notes]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest

steps:
Expand All @@ -54,5 +59,5 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: false
prerelease: true
body_path: release-notes.md
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
results/*
test/*
sra/*
workflow/logs/*
Expand All @@ -15,3 +14,14 @@ results/data/local/testlocal1/
results/data/local/testlocal2/
docs/results/latest/test/
*.obj
*.bak

# Results - Snakemake
results/data/*
results/detect*
results/eager/*
results/iqtree/*
results/snippy_multi/*
results/snippy_pairwise/*
results/qualimap/*
results/metadata/*
61 changes: 49 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog
# CHANGELOG

## Development

### Pull Requests
### Notes

* [```pull/2```](https://github.com/ktmeaton/plague-phylogeography/pull/2) v0.2.2
1. Experiment with relaxed clock parameters.
1. Experiment with marginal likelihood parameters.
1. Experiment with the coalescent parameters.
1. Think about snippy_dir in rule ```eager```...

### Commits

## v0.2.2

### Notes

Expand All @@ -13,15 +20,40 @@
1. Add clock model to augur.
1. Add clock lengths to augur.
1. Add date confidence to augur.
1. Disable skyline until gen parameter resolved.
1. Scatterplot of taxa vs rtl for treemmer
1. Scatterplot of taxa vs rtl for treemmer.
1. Prune tree, dataframe, and alignment with treemmer.
1. Confirm pruning consistency between tree, dataframe, and alignment (n=247).
1. Plot tree comparison.
1. Checkpoint before clock modelling in BEAST.
1. Use pickle to save objects of Jupyter notebooks.
1. New jupyter notebooks for post-phylo.
1. Put jupyter notebook output into results.
1. Think about snippy_dir in rule ```eager```...

### Pull Requests

* [```pull/2```](https://github.com/ktmeaton/plague-phylogeography/pull/2) v0.2.2

### Commits

* [```be38c62```](https://github.com/ktmeaton/plague-phylogeography/commit/be38c62) use release workflow from autologs
* [```e5022e1```](https://github.com/ktmeaton/plague-phylogeography/commit/e5022e1) start testing marginal parameters
* [```c416a43```](https://github.com/ktmeaton/plague-phylogeography/commit/c416a43) rename dev notes to v0.2.2
* [```bf00b71```](https://github.com/ktmeaton/plague-phylogeography/commit/bf00b71) rerun clock model with good joint param
* [```6c1d044```](https://github.com/ktmeaton/plague-phylogeography/commit/6c1d044) rerun clock model with terrible param
* [```8cdab57```](https://github.com/ktmeaton/plague-phylogeography/commit/8cdab57) put jupyter notebook output into results
* [```e5a74e2```](https://github.com/ktmeaton/plague-phylogeography/commit/e5a74e2) remove old docs parse_tree folder
* [```1ca7bee```](https://github.com/ktmeaton/plague-phylogeography/commit/1ca7bee) reorder jupyter notebooks
* [```0b2c710```](https://github.com/ktmeaton/plague-phylogeography/commit/0b2c710) checkpoint before notebook overhaul
* [```541b953```](https://github.com/ktmeaton/plague-phylogeography/commit/541b953) write tree and df objects with dill for parse_tree
* [```6a6ccdd```](https://github.com/ktmeaton/plague-phylogeography/commit/6a6ccdd) add dill to environment
* [```77e2b72```](https://github.com/ktmeaton/plague-phylogeography/commit/77e2b72) add autologs as submodule
* [```0365b53```](https://github.com/ktmeaton/plague-phylogeography/commit/0365b53) add last timetree model updates
* [```d211d7f```](https://github.com/ktmeaton/plague-phylogeography/commit/d211d7f) Merge branch 'dev' of https://github.com/ktmeaton/plague-phylogeography into dev
* [```ff365f7```](https://github.com/ktmeaton/plague-phylogeography/commit/ff365f7) Merge branch 'master' into dev
* [```ea998f2```](https://github.com/ktmeaton/plague-phylogeography/commit/ea998f2) Merge branch 'master' of https://github.com/ktmeaton/plague-phylogeography
* [```51a4e94```](https://github.com/ktmeaton/plague-phylogeography/commit/51a4e94) checkpoint before using marginal years function
* [```40b291a```](https://github.com/ktmeaton/plague-phylogeography/commit/40b291a) update docs for v0.2.2
* [```ff71d89```](https://github.com/ktmeaton/plague-phylogeography/commit/ff71d89) checkpoint before clock modelling in BEAST
* [```1471e40```](https://github.com/ktmeaton/plague-phylogeography/commit/1471e40) plot tree comparison
* [```ebeca5e```](https://github.com/ktmeaton/plague-phylogeography/commit/ebeca5e) confirm pruning consistency between tree, dataframe, and alignment.
Expand All @@ -32,8 +64,9 @@
* [```85c1712```](https://github.com/ktmeaton/plague-phylogeography/commit/85c1712) add mugration models to augur json
* [```d5821fc```](https://github.com/ktmeaton/plague-phylogeography/commit/d5821fc) add branch major to auspice config
* [```504b9cc```](https://github.com/ktmeaton/plague-phylogeography/commit/504b9cc) Begin v0.2.2
* [```f9b8294```](https://github.com/ktmeaton/plague-phylogeography/commit/f9b8294) add local multiqc to docs

## Release v0.2.1
## v0.2.1

### Notes

Expand Down Expand Up @@ -65,7 +98,11 @@
* [```ceffb5f```](https://github.com/ktmeaton/plague-phylogeography/commit/ceffb5f) split timetree into model and plot
* [```e56adb7```](https://github.com/ktmeaton/plague-phylogeography/commit/e56adb7) split timetree into model and plot

## Release v0.2.0
## v0.2.0

### Pull Requests

* [```pull/1```](https://github.com/ktmeaton/plague-phylogeography/pull/1) Fully automate dev setup with Gitpod

### Commits

Expand Down Expand Up @@ -762,7 +799,7 @@
* [```6d0168e```](https://github.com/ktmeaton/plague-phylogeography/commit/6d0168e) create rules for local reads and eager
* [```eae2213```](https://github.com/ktmeaton/plague-phylogeography/commit/eae2213) first changes with snakemake

## Release v0.1.4
## v0.1.4

### Commits

Expand Down Expand Up @@ -1336,7 +1373,7 @@
* [```63e2fc1```](https://github.com/ktmeaton/plague-phylogeography/commit/63e2fc1) lint README
* [```f69ac02```](https://github.com/ktmeaton/plague-phylogeography/commit/f69ac02) lint README

## Release v0.1.3
## v0.1.3

### Commits

Expand Down Expand Up @@ -1429,7 +1466,7 @@
* [```87d0855```](https://github.com/ktmeaton/plague-phylogeography/commit/87d0855) remove outdated annotation
* [```60fd6dc```](https://github.com/ktmeaton/plague-phylogeography/commit/60fd6dc) remove outdated annotation

## Release v0.1.2
## v0.1.2

### Commits

Expand Down Expand Up @@ -1616,7 +1653,7 @@
* [```f9bb407```](https://github.com/ktmeaton/plague-phylogeography/commit/f9bb407) before remote switch
* [```9158897```](https://github.com/ktmeaton/plague-phylogeography/commit/9158897) add table of contents

## Release v0.1.1
## v0.1.1

### Commits

Expand Down Expand Up @@ -1751,7 +1788,7 @@
* [```8771033```](https://github.com/ktmeaton/plague-phylogeography/commit/8771033) remove modeltest-ng use modelfinder instead
* [```e9d7d8d```](https://github.com/ktmeaton/plague-phylogeography/commit/e9d7d8d) fix compare repo and commits

## Release v0.1.0
## v0.1.0

### Commits

Expand Down
Loading

0 comments on commit fc418ff

Please sign in to comment.