Skip to content

NRW-GEUBT/snkmk-repo-template

 
 

Repository files navigation

A Snakekemake repository template

Usage

Copy the content of the repository to an empty directory. Then link your upstream repo and add the template:

git remote set-url origin https://git-repo/new-repository.git
git branch -M main
git add *
git add .gitignore .github/* .tests/*
git commit -am "Created repo"
git push -u origin main

Note that gh-actions will fail until you create some proper tests and setup gh-pages for the documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.3%
  • Shell 20.7%