Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.5 #4

Merged
merged 25 commits into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9dc027b
update badges in README
ktmeaton Feb 26, 2021
af59396
add report figures and nexus
ktmeaton Feb 26, 2021
f50c03a
separate mugration into model and plot notebooks
ktmeaton Feb 27, 2021
d9b0491
add rule locus_coverage
ktmeaton Feb 27, 2021
9fc675c
add execute permissions to locus_coverage
ktmeaton Feb 27, 2021
cd56bf5
remove output dir from eager rule
ktmeaton Feb 27, 2021
75fbf80
add locus coverage results
ktmeaton Feb 27, 2021
c3b28e6
Merge branch 'dev' of https://github.com/ktmeaton/plague-phylogeograp…
ktmeaton Feb 27, 2021
df071bf
add custom genes to locus coverage
ktmeaton Feb 27, 2021
dd3c506
Merge branch 'dev' of https://github.com/ktmeaton/plague-phylogeograp…
ktmeaton Feb 27, 2021
9efb53a
separate rules locus_bed and locus_coverage
ktmeaton Feb 27, 2021
1bc297b
add execute permissions to locus bed
ktmeaton Feb 27, 2021
050dbb4
locus coverage including pla
ktmeaton Feb 27, 2021
6868691
make locus coverage it's own notebook
ktmeaton Feb 27, 2021
818d701
run cov and depth on locus coverage
ktmeaton Feb 28, 2021
c8bbf55
remove premature exit in locus coverage script
ktmeaton Feb 28, 2021
01ecfc0
update locus coverage with depth
ktmeaton Mar 1, 2021
8ad86bb
add gene to plasmid depth comparison
ktmeaton Mar 1, 2021
9c86378
apply a coverage filter for pPCP1
ktmeaton Mar 1, 2021
3f397c8
add cartopy to env
ktmeaton Mar 2, 2021
5e1ba24
update markdownlint workflow
ktmeaton Mar 2, 2021
858b1f9
first geo attempt spreadmap for branch number
ktmeaton Mar 2, 2021
abb53af
geo spreadmap for branch major
ktmeaton Mar 2, 2021
3b34108
add spreadmaps for branch major
ktmeaton Mar 2, 2021
596d55c
finish notes for v0.2.5
ktmeaton Mar 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
markdownlint \
-c ${GITHUB_WORKSPACE}/.github/markdown_lint.yaml \
-i 'narratives/*.md' \
-i CHANGELOG.md \
$(find ${GITHUB_WORKSPACE} -name "*.md")
#----------------------------------------------------------------------------#
# YAML template from nf-core eager to trial
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: markdownlint
args: [--config=.github/markdown_lint.yaml]
exclude: narratives/.*.md
exclude: narratives/.*.md CHANGELOG.md

# Rst Lint
- repo: https://github.com/myint/rstcheck
Expand Down
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,51 @@

### Commits

## v0.2.5

### Notes

1. Separate mugration notebook into model and plot.
1. Add a heatmap test, output to misc.
1. Create a new rule to generate locus coverage.
1. Remove output directory of eager rule.
1. Make a list of target genes
1. Hard code target genes into ref locus bed
1. Move ref locus bed to reference
1. Create gene by gene coverage.
1. Analyze both coverage and depth of loci.
1. Compare gene to plasmid coverage (pla, pPCP1)
1. Apply a coverage filter for pPCP1 plasmid.
1. Add locus coverage info to nexus tree.
1. Created spreadmaps for branch major.

### Commits

* [```3b34108```](https://github.com/ktmeaton/plague-phylogeography/commit/3b34108) add spreadmaps for branch major
* [```abb53af```](https://github.com/ktmeaton/plague-phylogeography/commit/abb53af) geo spreadmap for branch major
* [```858b1f9```](https://github.com/ktmeaton/plague-phylogeography/commit/858b1f9) first geo attempt spreadmap for branch number
* [```5e1ba24```](https://github.com/ktmeaton/plague-phylogeography/commit/5e1ba24) update markdownlint workflow
* [```3f397c8```](https://github.com/ktmeaton/plague-phylogeography/commit/3f397c8) add cartopy to env
* [```9c86378```](https://github.com/ktmeaton/plague-phylogeography/commit/9c86378) apply a coverage filter for pPCP1
* [```8ad86bb```](https://github.com/ktmeaton/plague-phylogeography/commit/8ad86bb) add gene to plasmid depth comparison
* [```01ecfc0```](https://github.com/ktmeaton/plague-phylogeography/commit/01ecfc0) update locus coverage with depth
* [```c8bbf55```](https://github.com/ktmeaton/plague-phylogeography/commit/c8bbf55) remove premature exit in locus coverage script
* [```818d701```](https://github.com/ktmeaton/plague-phylogeography/commit/818d701) run cov and depth on locus coverage
* [```6868691```](https://github.com/ktmeaton/plague-phylogeography/commit/6868691) make locus coverage it's own notebook
* [```050dbb4```](https://github.com/ktmeaton/plague-phylogeography/commit/050dbb4) locus coverage including pla
* [```1bc297b```](https://github.com/ktmeaton/plague-phylogeography/commit/1bc297b) add execute permissions to locus bed
* [```9efb53a```](https://github.com/ktmeaton/plague-phylogeography/commit/9efb53a) separate rules locus_bed and locus_coverage
* [```dd3c506```](https://github.com/ktmeaton/plague-phylogeography/commit/dd3c506) Merge branch 'dev' of https://github.com/ktmeaton/plague-phylogeography into dev
* [```df071bf```](https://github.com/ktmeaton/plague-phylogeography/commit/df071bf) add custom genes to locus coverage
* [```c3b28e6```](https://github.com/ktmeaton/plague-phylogeography/commit/c3b28e6) Merge branch 'dev' of https://github.com/ktmeaton/plague-phylogeography into dev
* [```75fbf80```](https://github.com/ktmeaton/plague-phylogeography/commit/75fbf80) add locus coverage results
* [```cd56bf5```](https://github.com/ktmeaton/plague-phylogeography/commit/cd56bf5) remove output dir from eager rule
* [```9fc675c```](https://github.com/ktmeaton/plague-phylogeography/commit/9fc675c) add execute permissions to locus_coverage
* [```d9b0491```](https://github.com/ktmeaton/plague-phylogeography/commit/d9b0491) add rule locus_coverage
* [```f50c03a```](https://github.com/ktmeaton/plague-phylogeography/commit/f50c03a) separate mugration into model and plot notebooks
* [```af59396```](https://github.com/ktmeaton/plague-phylogeography/commit/af59396) add report figures and nexus
* [```9dc027b```](https://github.com/ktmeaton/plague-phylogeography/commit/9dc027b) update badges in README

## v0.2.4

### Notes
Expand All @@ -16,6 +61,7 @@

### Commits

* [```58dd2e1```](https://github.com/ktmeaton/plague-phylogeography/commit/58dd2e1) update notes, changelog, and auspice json for v0.2.4
* [```46d3d1f```](https://github.com/ktmeaton/plague-phylogeography/commit/46d3d1f) fixed mugration by making sure to copy tree div
* [```e886d00```](https://github.com/ktmeaton/plague-phylogeography/commit/e886d00) working mugration for Country
* [```1cdf425```](https://github.com/ktmeaton/plague-phylogeography/commit/1cdf425) working mugration for Branch_Number
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
**An open-source pipeline to construct a global phylogeny of the plague pathogen *Yersinia pestis*.**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ktmeaton/plague-phylogeography/blob/master/LICENSE)
[![Nextflow](https://img.shields.io/badge/nextflow-%E2%89%A520.01.0-blue.svg)](https://www.nextflow.io/)
[![Build Status](https://github.com/ktmeaton/plague-phylogeography/workflows/Install/badge.svg?branch=master)](https://github.com/ktmeaton/NCBImeta/actions?query=workflow%3ABuilding+branch%3Amaster)
[![Pipeline CI](https://github.com/ktmeaton/plague-phylogeography/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/ktmeaton/plague-phylogeography/actions/workflows/pipeline.yaml)
[![GitHub issues](https://img.shields.io/github/issues/ktmeaton/plague-phylogeography.svg)](https://github.com/ktmeaton/plague-phylogeography/issues)
[![Docker Image](https://img.shields.io/docker/image-size/ktmeaton/plague-phylogeography/v0.2.3?label=Docker%20Image&style=plastic)](https://hub.docker.com/r/ktmeaton/plague-phylogeography)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ktmeaton/plague-phylogeography)

## Pipeline Overview
Expand Down
Loading