forked from ave-dcd/dcd_mapping
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f831a2
commit bf7129b
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,25 @@ name = "dcd-mapping" | |
description = "Map MaveDB scoresets to VRS objects" | ||
authors = [ | ||
{name = "Alex Handler Wagner", email = "[email protected]"}, | ||
{name = "Jeremy Arbesfeld", email = "[email protected]"}, | ||
{name = "Samriddhi TODO", email = "[email protected]"}, | ||
{name = "Jeremy Arbesfeld", email = "[email protected]"}, | ||
{name = "Samriddhi Singh", email = ""}, | ||
{name = "James Stevenson", email = "[email protected]"}, | ||
] | ||
readme = "README.md" | ||
version = "0.0.1" | ||
license = { file = "LICENSE" } | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Framework :: FastAPI", | ||
"Framework :: Pydantic", | ||
"Framework :: Pydantic :: 1", | ||
"Framework :: Pydantic :: 2", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Intended Audience :: Science/Research", | ||
"Topic :: Scientific/Engineering :: Bio-Informatics", | ||
] | ||
|
@@ -31,10 +31,9 @@ dependencies = [ | |
"biopython", | ||
"tqdm", | ||
"click", | ||
"cool-seq-tool>=0.4.0.dev0", | ||
"cool-seq-tool>=0.4.0.dev1", | ||
"gene-normalizer>=0.3.0-dev1", | ||
"pydantic>=2", | ||
"fastapi", | ||
"python-dotenv", | ||
] | ||
|
||
|