Skip to content

Commit

Permalink
Added missing scripts and requirements (#126)
Browse files Browse the repository at this point in the history
* Added missing scripts

Added tigmint_estimate_dist.py and tigmint-ntlink-map

* Added btllib to install_requires as tigmint_estimate_dist needs it
  • Loading branch information
ccoulombe authored Sep 22, 2023
1 parent 6c5dedd commit 0dc2a72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,19 @@
"pybedtools",
"pysam",
"statistics",
"numpy"],
"numpy",
"btllib",
],
scripts=[
"bin/tigmint",
"bin/tigmint-arcs-tsv",
"bin/tigmint-cut",
"bin/tigmint-make",
"bin/tigmint_molecule.py",
"bin/tigmint_molecule_paf.py"],
"bin/tigmint_molecule_paf.py",
"bin/tigmint_estimate_dist.py",
"bin/tigmint-ntlink-map",
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 0dc2a72

Please sign in to comment.