Skip to content

mpg-age-bioinformatics/nf-mageck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-mageck

Run the workflow:

nextflow run mpg-age-bioinformatics/nf-mageck -r 1.0.0 -params-file params.json

or

git clone https://github.com/mpg-age-bioinformatics/nf-mageck.git
nextflow run nf-mageck -params-file params.json

Contributing

Make a commit, check the last tag, add a new one, push it and make a release:

git add -A . && git commit -m "<message>" && git push
git describe --abbrev=0 --tags
git tag -e -a <tag> HEAD
git push origin --tags
gh release create <tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published