Skip to content

Commit a0ed226

Browse files
committed
update doc, remote .DS_Store
1 parent 66881b7 commit a0ed226

12 files changed

Lines changed: 8 additions & 14 deletions

File tree

docs/imgs/cmd/normalize_format.png

-169 KB
Loading
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trackplot"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "The trackplot is a tool for visualizing various next-generation sequencing (NGS) data, including DNA-seq, RNA-seq, single-cell RNA-seq and full-length sequencing datasets. https://sashimi.readthedocs.io/"
55
authors = ["ygidtu <ygidtu@gmail.com>"]
66
license = "BSD-3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from configparser import ConfigParser
33
from setuptools import setup, find_packages
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66
__author__ = "ygidtu & Ran Zhou"
77
__email__ = "ygidtu@gmail.com"
88

trackplot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from trackplot.file.ATAC import ATAC
2222
from trackplot.plot import Plot
2323

24-
__version__ = "0.2.0"
24+
__version__ = "0.2.1"
2525
__author__ = "ygidtu & Ran Zhou"
2626
__email__ = "ygidtu@gmail.com"
2727

0 commit comments

Comments
 (0)