recipe mitosalt

MitoSAlt is a pipeline to identify large deletions and duplications in human and mouse mitochondrial genomes from next generation whole genome/exome sequencing data. The pipeline is capable of analyzing any circular genome in principle, as long as a proper configuration file is provided.

Homepage:

https://sourceforge.net/projects/mitosalt/

License:

MIT / MIT-0

Recipe:

/mitosalt/meta.yaml

This mitosalt version:

- lets us choose the destination folder of the reference genomes and indices

- `export MITOSALT_DATA=/path/to/mitosalt/genomedata`

- downloads user-selected reference genomes and builds indices

- `download-mitosalt-db.sh -h [human_genome_url, blank for custom hg19 genome]` - `download-mitosalt-db.sh -m [mouse_genome_url, blank for custom GRCm38.p6 genome]` - `download-mitosalt-db.sh -h [human_genome_url, blank for custom hg19 genome] -m [mouse_genome_url, blank for custom GRCm38.p6 genome]`

- runs the pipeline with paired-end reads

- `mitosalt.pl <config_file> <fastq file 1> <fastq file 2> <study name>`

- runs the pipeline with single-end reads

- `mitosalt_se.pl <config_file> <fastq file> <study name>`

- provides configuration file template in the package at `$CONDA_PREFIX/share/mitosalt-1.1.1-3/`

package mitosalt

(downloads) docker_mitosalt

Versions:

1.1.1-31.1.1-21.1.1-11.1.1-0

Depends:
  • on bbmap

  • on bedtools 2.31.1.*

  • on bioconductor-biostrings 2.70.1.*

  • on hisat2

  • on last 1608.*

  • on openjdk >=11.0.1

  • on perl 5.32.*

  • on r-base 4.3.3.*

  • on r-plotrix 3.8_4.*

  • on r-rcolorbrewer 1.1.*

  • on sambamba

  • on samtools 1.21.*

  • on ucsc-bedgraphtobigwig

  • on ucsc-fasize

  • on ucsc-fasomerecords

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install mitosalt

to add into an existing workspace instead, run:

pixi add mitosalt

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install mitosalt

Alternatively, to install into a new environment, run:

conda create -n envname mitosalt

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

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

(see mitosalt/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats