Skip to content

Commit bb7e62b

Browse files
committed
add example files, update requirements, update to 0.5.3
1 parent e6049b2 commit bb7e62b

File tree

12 files changed

+267
-255
lines changed

12 files changed

+267
-255
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AppDir:
1111
app_info:
1212
id: org.appimage-crafters.trackplot
1313
name: trackplot
14-
version: 0.5.2
14+
version: 0.5.3
1515
# Set the python executable as entry point
1616
exec: "bin/python3"
1717
# Set the application main script path as argument. Use '$@' to forward CLI parameters

example/Sample_A.bam

1.56 MB
Binary file not shown.

example/Sample_A.bam.bai

55.6 KB
Binary file not shown.

example/Sample_B.bam

822 KB
Binary file not shown.

example/Sample_B.bam.bai

55.5 KB
Binary file not shown.

example/bam_files.tsv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example/Sample_A.bam bam sample_A #1E90FF
2+
example/Sample_B.bam bam sample_B #1E90FF

example/ptbp3_ext.gtf.gz

78.1 KB
Binary file not shown.

example/ptbp3_ext.gtf.gz.tbi

905 Bytes
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.5.2"
3+
version = "0.5.3"
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 <[email protected]>"]
66
license = "BSD-3"

trackplot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
faulthandler.enable()
3131

3232

33-
__version__ = "0.5.2"
33+
__version__ = "0.5.3"
3434
__author__ = "ygidtu & Ran Zhou"
3535
__email__ = "[email protected]"
3636

0 commit comments

Comments
 (0)