File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ PBASE=$(shell pwd)
7
7
all : ${TARGETS}
8
8
9
9
.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
11
11
12
12
.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
14
14
15
15
.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
17
17
18
18
.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
20
20
21
21
.check : .mamba .tools .rstats .pcks
22
22
export PATH=" ${PBASE} /mamba/bin:${PATH} " && delly --version && touch .check
You can’t perform that action at this time.
0 commit comments