Skip to content

jeffe107/nextflow-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextflow in Action: Build Smarter, Faster, Reproducible Pipelines

Static Badge License: CC BY-SA 4.0

Author

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/jeffe107/nextflow-training
  • 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 "Nextflow in Action Build Smarter, Faster, Reproducible Pipelines"

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors