Skip to content

Commit

Permalink
rm LTR detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Oct 30, 2024
1 parent e378af9 commit e4d1e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 167 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]

dependencies = ["pandas>=0.20.3", 'biopython>=1.70', "pymummer>=0.10.3",]
dependencies = ["pandas>=0.23.4", 'biopython>=1.70', "pymummer>=0.10.3",]

dynamic = ["version"]

Expand All @@ -30,7 +30,6 @@ repository = "https://github.com/adamtaranto/TIRmite"

[project.scripts]
tirmite="tirmite.cmd_tirmite:main"
tsplit-LTR="tirmite.cmd_LTR:main"
tsplit-TIR="tirmite.cmd_TIR:main"

[tool.hatch.build]
Expand Down
165 changes: 0 additions & 165 deletions src/tirmite/cmd_LTR.py

This file was deleted.

0 comments on commit e4d1e1e

Please sign in to comment.