Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test via Docker container #6

Open
hoelzer opened this issue Aug 22, 2023 · 0 comments
Open

Test via Docker container #6

hoelzer opened this issue Aug 22, 2023 · 0 comments

Comments

@hoelzer
Copy link
Member

hoelzer commented Aug 22, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant