Skip to content

sib-swiss/containers-snakemake-training

 
 

Repository files navigation

GitHub Release Date DOI License: CC BY-SA 4.0

Reproducible and Scalable Research with Snakemake and Software Containers

Authors

How to host the website locally?

Once you have cloned the repo, you can host it on your local browser. The website is generated with MkDocs, with the Material theme.

  • Clone the repository:

     git clone https://github.com/sib-swiss/containers-snakemake-training.git
  • Install MkDocs:

     pip install mkdocs
  • And Material:

     pip install mkdocs-material
  • Make sure you are in the repository directory and type:

     mkdocs serve

The website will be hosted on your local browser at http://localhost:8000/.

How to generate a github page?

For an automatically generated github page, you can run:

mkdocs gh-deploy

About

Course website "Introduction to Containers and Snakemake for Reproducible Research"

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 64.9%
  • Dockerfile 31.7%
  • HTML 3.4%