We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1427198 commit 2f992a4Copy full SHA for 2f992a4
2 files changed
deepgrp/__init__.py
@@ -0,0 +1,2 @@
1
+"""DeepGRP - Deep learning for Genomic Repetitive element Prediction"""
2
+__version__ = "0.2.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepgrp"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "DNA repeat annotations"
5
authors = ["Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>", "Stefan Kurtz <kurtz@zbh.uni-hamburg.de>"]
6
license= "Apache-2.0"
0 commit comments