Skip to content

mpg-age-bioinformatics/nf-deepvariant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-deepvariant

Running the workflow

RELEASE=1.0.0
PROFILE=local

nextflow run mpg-age-bioinformatics/nf-deepvariant -r ${RELEASE} -params-file params.json -entry images -profile ${PROFILE} && \
nextflow run mpg-age-bioinformatics/nf-deepvariant -r ${RELEASE} -params-file params.json -profile ${PROFILE} 

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