Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Changed link in the example command for installing conda packages.

...

Info
titleLatest Information

Currently we have a mirror for Conda to allow you to install packages without internet access

Codeblock
conda install -c http://conda.repo.test.hhu.de/bioconda -c http://conda.repo.test.hhu.de/defaultsmain -c http://conda.repo.test.hhu.de/conda-forge --override-channels $PACKAGE_NAME


Codeblock
name: Example
channels:
  - nodefaults
  - http://conda.repo.test.hhu.de/bioconda
  - http://conda.repo.test.hhu.de/main
  - http://conda.repo.test.hhu.de/conda-forge

dependencies:
  - bwa = 0.7.17
  - samtools = 1.10
  - bcftools = 1.10.2


...