We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec5c1f commit 40fdf5fCopy full SHA for 40fdf5f
.gitignore
@@ -4,3 +4,4 @@
4
*.zip
5
*.csv
6
*.rocksdb
7
+chill_filter.egg-info/
pyproject.toml
@@ -0,0 +1,18 @@
1
+[project]
2
+name = "chill-filter"
3
+description = "rapid sample screening for shotgun DNA sequencing data sets"
+readme = "README.md"
+version = "0.1"
+authors = [
+ { name="C. Titus Brown" },
8
+]
9
+
10
+[metadata]
11
+license = { text = "Affero GPL" }
12
13
+[project.urls]
14
+"Source" = "https://github.com/dib-lab/chill-filter"
15
16
+[tool.setuptools.packages.find]
17
+where = ["./"]
18
+include = ["chill_filter_web", "chill_filter"]
0 commit comments