recipe plasmidid

Pipeline for plasmid identification and reconstruction

Homepage:

https://github.com/BU-ISCIII/plasmidID

License:

GPLv3

Recipe:

/plasmidid/meta.yaml

PlasmidID is a mapping-based, assembly-assisted plasmid identification tool that analyzes and gives graphic solution for plasmid identification.

package plasmidid

(downloads) docker_plasmidid

versions:
1.6.5-01.6.4-31.6.4-21.6.4-11.6.4-01.6.3-21.6.3-11.6.3-01.6.2-0

1.6.5-01.6.4-31.6.4-21.6.4-11.6.4-01.6.3-21.6.3-11.6.3-01.6.2-01.6.0-01.5.2-0

depends bc:

depends bedtools:

depends biopython:

depends blast:

depends bowtie2:

depends circos:

depends gawk:

depends mash:

>=2

depends numpy:

depends pandas:

depends perl-gd:

>=2.71

depends prokka:

>=1.14

depends python:

>=3.6

depends samtools:

depends scikit-learn:

depends scipy:

depends spades:

depends tabulate:

depends tbb:

2020.2

depends trimmomatic:

depends wget:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install plasmidid

and update with::

   mamba update plasmidid

To create a new environment, run:

mamba create --name myenvname plasmidid

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/plasmidid:<tag>

(see `plasmidid/tags`_ for valid values for ``<tag>``)

Download stats