recipe pgcgap

A prokaryotic genomics and comparative genomics analysis pipeline

Homepage:

https://github.com/liaochenlanruo/pgcgap/blob/master/README.md

Documentation:

https://liaochenlanruo.fun/pgcgap/

Developer docs:

https://github.com/liaochenlanruo/pgcgap/tree/master

License:

GPL / GPLv3

Recipe:

/pgcgap/meta.yaml

Links:

biotools: pgcgap

PGCGAP is a pipeline for prokaryotic comparative genomics analysis. It can take the pair-end reads, ONT reads or PacBio reads as input. In addition to genome assembly, gene prediction and annotation, it can also get common comparative genomics analysis results such as phylogenetic trees of single-core proteins and core SNPs, pan-genome, whole-genome Average Nucleotide Identity (ANI), orthogroups and orthologs, COG annotations, substitutions (SNPs) and insertions/deletions (indels), and antimicrobial and virulence genes mining with only one line of commands.

package pgcgap

(downloads) docker_pgcgap

versions:
1.0.35-11.0.35-01.0.34-01.0.33-01.0.32-01.0.31-01.0.30-01.0.29-01.0.28-0

1.0.35-11.0.35-01.0.34-01.0.33-01.0.32-01.0.31-01.0.30-01.0.29-01.0.28-01.0.27-01.0.26-01.0.25-01.0.24-01.0.23-01.0.22-01.0.21-01.0.20-01.0.19-21.0.19-11.0.19-01.0.18-11.0.18-01.0.17-01.0.16-01.0.15-01.0.14-01.0.13-11.0.13-01.0.12-11.0.12-01.0.11-11.0.11-01.0.10-21.0.10-11.0.10-01.0.9-21.0.9-11.0.9-01.0.8-01.0.7-01.0.6-01.0.5-01.0.4-01.0.3-01.0.2-41.0.2-31.0.2-21.0.2-11.0.1-11.0.1-01.0.0-0

depends abricate:

1.0.1.*

depends abyss:

2.3.5.*

depends canu:

2.1.1.*

depends coreutils:

9.1.*

depends fastani:

1.33.*

depends fastp:

0.23.2.*

depends htslib:

1.16.*

depends mamba:

0.22.1.*

depends mash:

2.3.*

depends matplotlib-base:

3.5.3.*

depends muscle:

5.1.*

depends numpy:

1.21.6.*

depends openjdk:

17.0.3.*

depends orthofinder:

2.5.4.*

depends pal2nal:

14.1.*

depends panaroo:

1.1.2.*

depends pandas:

1.3.5.*

depends perl:

5.32.1.*

depends perl:

>=5.32.1,<6.0a0 *_perl5

depends perl-data-dumper:

2.183.*

depends perl-file-copy-recursive:

0.45.*

depends perl-file-tee:

0.07.*

depends perl-parallel-forkmanager:

2.02.*

depends perl-pod-usage:

2.03.*

depends perl-posix:

1.38_03.*

depends prokka:

1.14.6.*

depends r-base:

4.2.1.*

depends r-corrplot:

0.92.*

depends r-ggplot2:

3.3.6.*

depends r-gplots:

3.1.3.*

depends r-pheatmap:

1.0.12.*

depends r-plotrix:

3.8_2.*

depends seaborn:

0.12.0.*

depends sickle-trim:

1.33.*

depends snippy:

4.6.0.*

depends snpeff:

5.0.*

depends trimal:

1.4.1.*

depends unicycler:

0.4.8.*

depends wget:

1.20.3.*

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 pgcgap

and update with::

   mamba update pgcgap

To create a new environment, run:

mamba create --name myenvname pgcgap

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

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

Download stats