Skip to content

Commit 58607a7

Browse files
committed
update cuteSV2.0.2
1 parent 2c9e9f6 commit 58607a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = "cuteSV",
10-
version = "2.0.1",
10+
version = "2.0.2",
1111
description = "Long-read-based human genomic structural variation detection with cuteSV",
1212
author = "Jiang Tao",
1313
author_email = "[email protected]",

src/cuteSV/cuteSV

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @Title: cuteSV
66
* @author: tjiang & sqcao
77
* @date: Sep 12th 2022
8-
* @version V2.0.1
8+
* @version V2.0.2
99
'''
1010

1111
import pysam

src/cuteSV/cuteSV_Description.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* @Title: cuteSV_Description.py
44
* @author: tjiang & sqcao
55
* @date: Sep 12th 2022
6-
* @version V2.0.1
6+
* @version V2.0.2
77
'''
88
import argparse
99

10-
VERSION = '2.0.1'
10+
VERSION = '2.0.2'
1111

1212
class cuteSVdp(object):
1313
'''

0 commit comments

Comments
 (0)