Skip to content

Commit 3a645f4

Browse files
authored
MAINT: update README (#104)
* MAINT: update README MAINT: add environment file for the Q2 library * More updates * More updates
1 parent d564b04 commit 3a645f4

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

README.md

+5-19
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,11 @@
66
QIIME 2 plugin for (meta)genome assembly.
77

88
## Installation
9-
To install _q2-assembly_, follow the installation steps described below.
10-
11-
```shell
12-
mamba create -yn q2-shotgun \
13-
-c https://packages.qiime2.org/qiime2/2022.8/tested \
14-
-c bioconda -c conda-forge -c default q2-assembly q2cli
15-
16-
conda activate q2-shotgun
17-
```
18-
19-
Refresh cache and check that everything worked:
20-
```shell
21-
qiime dev refresh-cache
22-
qiime info
23-
```
9+
_q2-assembly_ is available as part of the QIIME 2 metagenome distribution. For installation and usage instructions please consult the official [QIIME 2 documentation](https://docs.qiime2.org).
2410

2511
## Functionality
2612
This QIIME 2 plugin contains actions used to assemble (meta)genomes from short single/paired-end
27-
sequencing reads. Currently, two assemblers are supported: SPAdes and MEGAHIT (for details on
28-
the implementation and usage, please refer to the respective documentation). Below you will
29-
find an overview of actions available in the plugin.
13+
sequencing reads:
3014

3115
| Action | Description | Underlying tool |
3216
|----------------------|------------------------------------------------------------|--------------------------------------------------------|
@@ -35,8 +19,10 @@ find an overview of actions available in the plugin.
3519
| evaluate-contigs | Evaluate quality of the assembled contigs using metaQUAST. | [QUAST](https://github.com/ablab/quast) |
3620
| generate-reads | Simulate NGS reads using InSilicoSeq. | [InSilicoSeq](https://github.com/HadrienG/InSilicoSeq) |
3721
| index-contigs | Index contigs using Bowtie 2. | [Bowtie 2](https://github.com/BenLangmead/bowtie2) |
22+
| index-derep-mags | Index dereplicated MAGs using Bowtie2. | [Bowtie 2](https://github.com/BenLangmead/bowtie2) |
3823
| index-mags | Index MAGs using Bowtie 2. | [Bowtie 2](https://github.com/BenLangmead/bowtie2) |
39-
| map-reads-to-contigs | Map reads to contigs using Bowtie 2. | [Bowtie 2](https://github.com/BenLangmead/bowtie2) |
24+
| map-reads | Map reads to contigs/MAGs using Bowtie 2. | [Bowtie 2](https://github.com/BenLangmead/bowtie2) |
25+
| rename-contigs | Rename contigs using unique IDs. | - |
4026

4127
## Dev environment
4228
This repository follows the _black_ code style. To make the development slightly easier
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
channels:
2+
- https://packages.qiime2.org/qiime2/2024.10/metagenome/passed
3+
- conda-forge
4+
- bioconda
5+
dependencies:
6+
- qiime2-metagenome
7+
- pip
8+
- pip:
9+
- q2-assembly@git+https://github.com/bokulich-lab/q2-assembly.git@main

0 commit comments

Comments
 (0)