-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from maxibor/dev
Doc update
- Loading branch information
Showing
21 changed files
with
156 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ tests/test_data | |
*.ipynb_checkpoints | ||
docs/build/ | ||
test/ | ||
_build | ||
_static | ||
_templates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Configuration | ||
|
||
This part of the documentation (common to all nf-core pipelines) is hosted on [nf-co.re | ||
](https://nf-co.re/) | ||
|
||
## Pipeline configuration | ||
|
||
- [Local installation](https://nf-co.re/usage/local_installation) | ||
- [Adding your own system config](https://nf-co.re/usage/adding_own_config) | ||
- [Reference genomes](https://nf-co.re/usage/reference_genomes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Installation | ||
|
||
This part of the documentation (common to all nf-core pipelines) is hosted on [nf-co.re | ||
](https://nf-co.re/) | ||
|
||
[nf-co.re/usage/installation](https://nf-co.re/usage/installation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Introduction | ||
|
||
![logo](../assets/img/coproid_logo_small.jpg) ![nf-core-logo](../assets/img/coproID_nf-core_logo_small.png) | ||
|
||
**coproID** (**CO**prolite **ID**entification) is a tool developed at the | ||
[Max Planck insitute for the Science of Human History](http://www.shh.mpg.de/en) | ||
by [Maxime Borry](https://github.com/maxibor) | ||
|
||
The purpose of **coproID** is to help identify the host of given sequence microbiome when there is a doubt between species. | ||
|
||
**coproID** is a pipeline developed using [Nextflow](https://www.nextflow.io/) and made available through [nf-core](https://github.com/nf-core) | ||
|
||
Even though it was developed with coprolite host identification in mind, it can be applied to any microbiome, provided they contain host DNA. | ||
|
||
## Quick start | ||
|
||
Example: | ||
|
||
nextflow run maxibor/coproid --genome1 'GRCh37' --genome2 'CanFam3.1' --name1 'Homo_sapiens' --name2 'Canis_familiaris' --reads '*_R{1,2}.fastq.gz' | ||
|
||
## coproID example workFlow | ||
|
||
![dag](../assets/img/coproid_dag.png) | ||
|
||
## How to cite coproID | ||
|
||
The coproID article is coming. |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.