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 22a8bb8 commit bf57802Copy full SHA for bf57802
environment.yml
@@ -2,7 +2,6 @@ name: bigwig-loader
2
channels:
3
- rapidsai
4
- conda-forge
5
- - nvidia
6
- bioconda
7
dependencies:
8
- python>=3.10
pyproject.toml
@@ -15,6 +15,7 @@ name = "bigwig_loader"
15
authors = [
16
{name = "Joren Retel", email = "[email protected]"},
17
]
18
+url = "https://github.com/pfizer-opensource/bigwig-loader"
19
description = "Machine Learning Data Loader for Collections of BigWig Files"
20
readme = "README.md"
21
requires-python = ">=3.10"
0 commit comments