Skip to content

Commit

Permalink
Merge pull request #10 from nf-core/dev
Browse files Browse the repository at this point in the history
Final final PR, I hope
  • Loading branch information
erikrikarddaniel authored Feb 15, 2023
2 parents 2606582 + d251b77 commit 665a4c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0dev - [date]
## Version 1.0 - [2023-02-15]

Initial release of nf-core/phyloplace, created with the [nf-core](https://nf-co.re/) template.

The pipeline performs phylogenetic placement of nucleotide or amino acid sequences in a reference phylogeny.

### `Added`

### `Fixed`
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ This ensures that the pipeline runs on AWS, has sensible resource allocation def
3. Graft query sequences onto the reference phylogeny with [`GAPPA`](https://github.com/lczech/gappa).
4. If provided with a classification of the reference sequences, classify query sequences with [`GAPPA`](https://github.com/lczech/gappa).

<p align="center">
<img src="docs/images/phyloplace_workflow.png" alt="nf-core/phyloplace workflow overview" width="60%">
</p>

## Quick Start

1. Install [`Nextflow`](https://www.nextflow.io/docs/latest/getstarted.html#installation) (`>=22.10.1`)
Expand Down
4 changes: 0 additions & 4 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
## Introduction

<p align="center">
<img src="images/phyloplace_workflow.png" alt="nf-core/phyloplace workflow overview" width="60%">
</p>

This pipeline performs "phylogenetic placement" of query sequences on to a reference phylogeny.
With this method, the likelihoods of placing query sequences in the reference phylogeny are calculated on a one-by-one basis.
This means that a full phylogeny is not estimated, which is perfect e.g. when sequences come from PCR amplicons or are fragments from metagenomes, but also when the number of query sequences is very large.
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"git_sha": "ee80d14721e76e2e079103b8dcd5d57129e584ba",
"installed_by": ["modules"]
}
}
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 665a4c2

Please # to comment.