Skip to content

Commit

Permalink
Merge pull request #4 from ktmeaton/dev
Browse files Browse the repository at this point in the history
v0.2.5
  • Loading branch information
ktmeaton authored Mar 3, 2021
2 parents 58dd2e1 + 596d55c commit ede4ce3
Show file tree
Hide file tree
Showing 77 changed files with 681,711 additions and 16,671 deletions.
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

0 comments on commit ede4ce3

Please sign in to comment.