Skip to content

Commit 9bc7af2

Browse files
author
Tobias Rausch
committed
miniforge
1 parent b43cda7 commit 9bc7af2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ PBASE=$(shell pwd)
77
all: ${TARGETS}
88

99
.mamba:
10-
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(shell uname)-$(shell uname -m).sh" && bash Mambaforge-$(shell uname)-$(shell uname -m).sh -b -p mamba && rm "Mambaforge-$(shell uname)-$(shell uname -m).sh" && touch .mamba
10+
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(shell uname)-$(shell uname -m).sh" && bash Miniforge3-$(shell uname)-$(shell uname -m).sh -b -p mamba && rm "Miniforge3-$(shell uname)-$(shell uname -m).sh" && touch .mamba
1111

1212
.tools: .mamba
13-
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y -c conda-forge -c bioconda datamash samtools bcftools bedtools htslib delly alfred igv wally minimap2 nanoplot sniffles whatshap longshot && touch .tools
13+
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y --override-channels -c conda-forge -c bioconda datamash samtools bcftools bedtools htslib delly alfred igv wally minimap2 nanoplot sniffles whatshap longshot && touch .tools
1414

1515
.rstats: .mamba .tools
16-
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y -c conda-forge -c bioconda bioconductor-genomicfeatures r-ggplot2 r-reshape2 r-gridextra r-cowplot bioconductor-dnacopy && touch .rstats
16+
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y --override-channels -c conda-forge -c bioconda bioconductor-genomicfeatures r-ggplot2 r-reshape2 r-gridextra r-cowplot bioconductor-dnacopy && touch .rstats
1717

1818
.pcks: .mamba .tools .rstats
19-
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y -c conda-forge -c bioconda cyvcf2 numpy pysam && pip install gdown && touch .pcks
19+
export PATH="${PBASE}/mamba/bin:${PATH}" && mamba install -y --override-channels -c conda-forge -c bioconda cyvcf2 numpy pysam && pip install gdown && touch .pcks
2020

2121
.check: .mamba .tools .rstats .pcks
2222
export PATH="${PBASE}/mamba/bin:${PATH}" && delly --version && touch .check

0 commit comments

Comments
 (0)