Skip to content

Commit

Permalink
Merge pull request #11 from GertjanBisschop/modify-setup
Browse files Browse the repository at this point in the history
add entrypoint
  • Loading branch information
GertjanBisschop authored Sep 11, 2023
2 parents 61f6c3c + b16a7f6 commit 793b90c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='gimbleprep',
version='0.0.2b2',
version='0.0.2b3',
description='Preprocess fasta, bam and vcf files ready to be used by gimble',
url='http://github.com/LohseLab/gimbleprep',
author='Lohse Lab',
Expand All @@ -25,6 +25,11 @@
"bcftools",
"samtools",
"vcflib",
"mosdepth=0.3.2"
]
"mosdepth==0.3.2"
],
entry_points={
'console_scripts': [
'gimbleprep = cli.interface:main',
]
}
)

0 comments on commit 793b90c

Please sign in to comment.