Skip to content

Commit

Permalink
Version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiangHIT committed Jan 24, 2022
1 parent e2786bc commit 58ca0fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Please cite the manuscript of cuteSV before using these callsets.
---
### Changelog

cuteSV (v1.0.13):
1. Modify the breakpoints of alternative allele and reference allele.
2. Fix an initialization error that will reproduce wrong diploid-assembly-based SV call.

cuteSV (v1.0.12):
1. Add Allele frequency (AF) info in the outputs.
2. Fix an index error when force calling BND variants.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = "cuteSV",
version = "1.0.12",
version = "1.0.13",
description = "Long-read-based human genomic structural variation detection with cuteSV",
author = "Jiang Tao",
author_email = "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions src/cuteSV/cuteSV
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* All rights Reserved, Designed By HIT-Bioinformatics
* @Title: cuteSV
* @author: tjiang
* @date: Oct 4th 2021
* @version V1.0.12
* @date: Jan 24th 2022
* @version V1.0.13
'''

import pysam
Expand Down
6 changes: 3 additions & 3 deletions src/cuteSV/cuteSV_Description.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* All rights Reserved, Designed By HIT-Bioinformatics
* @Title: cuteSV_Description.py
* @author: tjiang
* @date: Oct 4th 2021
* @version V1.0.12
* @date: Jan 24th 2022
* @version V1.0.13
'''
import argparse

VERSION = '1.0.12'
VERSION = '1.0.13'

class cuteSVdp(object):
'''
Expand Down

0 comments on commit 58ca0fa

Please sign in to comment.