8000 GitHub - ebolyen/q2-assembly: QIIME 2 plugin for (meta)genome assembly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ebolyen/q2-assembly

 
 

Repository files navigation

q2-assembly

CI codecov

QIIME 2 plugin for (meta)genome assembly.

Installation

Before q2-assembly is available from conda, follow the installation steps described below.

curl -sLH 'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bokulich-lab/q2-assembly/contents/requirements.txt > requirements.txt
mamba create -yn q2-shotgun \
  -c https://packages.qiime2.org/qiime2/2022.4/tested \
  -c bioconda -c conda-forge -c default \
  --file requirements.txt

conda activate q2-shotgun

Additionally, a patched version of quast is required, plus q2-types-genomics and q2-assembly itself:

pip install \
  git+https://github.com/ablab/quast.git@de7e1f4891a3487f3c0df6ae27cbfba38734d686 \
  git+https://github.com/bokulich-lab/q2-assembly.git

Refresh cache and check that everything worked:

qiime dev refresh-cache
qiime info

About

QIIME 2 plugin for (meta)genome assembly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.5%
  • TeX 3.8%
  • HTML 2.5%
  • Makefile 0.2%
0