You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case we want to add that somewhere or as a README
docker run -it --rm condaforge/mambaforge:latest /bin/bash
# rename will be needed later and is not in the minimal base image
apt-get update
apt-get install rename
# add repository channels for bioconda
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
# get the code and run the test
git clone https://github.com/rki-mf1/workshop-nanopore-bioinformatics.git
cd workshop-nanopore-bioinformatics
./test.sh
The text was updated successfully, but these errors were encountered:
In case we want to add that somewhere or as a README
The text was updated successfully, but these errors were encountered: