recipe seqscreen

SeqScreen was created to sensitively assign taxonomic classifications, functional annotations, and Functions of Sequences of Concern (FunSoCs) to single, short DNA sequences or open reading frames.

Homepage:

https://gitlab.com/treangenlab/seqscreen/-/wikis/home

License:

GPL3

Recipe:

/seqscreen/meta.yaml

package seqscreen

(downloads) docker_seqscreen

versions:
4.3-04.2-04.1-24.1-14.1-04.0-84.0-74.0-64.0-5

4.3-04.2-04.1-24.1-14.1-04.0-84.0-74.0-64.0-54.0-44.0-34.0-24.0-14.0-03.4-03.3-13.3-03.2-03.1-03.0-13.0-02.2-02.1-02.0.2-02.0.1-02.0-12.0-01.6.4-21.6.4-11.6.4-01.6.3-01.6.2-01.6.1-01.6.0-01.5.11-01.5.10-01.5.9-01.5.8-01.5.7-01.5.6-01.5.4-01.5.3-01.5.2-01.5.0-01.4.14-11.4.14-01.4.12-01.4.11-01.4.10-01.4.9-01.4.8-01.4.7-01.4.6-01.4.5-01.4.4-01.4.3-01.4.2-01.4.1-01.4.0-11.4.0-01.3.1-01.3.0-11.3.0-0

depends biopython:

depends bitarray:

depends blast:

>=2.10

depends bowtie2:

depends bwa:

0.7.17.*

depends centrifuge-core:

depends diamond:

>=2.0.15

depends ete3:

>=3.1.2

depends gdrive:

depends hmmer:

depends intervaltree:

depends jinja2:

depends minimap2:

>=2.24

depends mmseqs2:

depends mummer:

depends ncbi-datasets-cli:

13.20.1.*

depends nextflow:

21.10.6.*

depends pandas:

>=1.4.3

depends pyfasta:

0.5.2.*

depends python:

>=3

depends rapsearch:

depends samtools:

>=1.15.1

depends scikit-learn:

depends scipy:

depends time:

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 seqscreen

and update with::

   mamba update seqscreen

To create a new environment, run:

mamba create --name myenvname seqscreen

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/seqscreen:<tag>

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

Download stats