Skip to content

Commit e6a75f1

Browse files
committed
add new impact 'feature_fusion'
closes #92
1 parent f78d518 commit e6a75f1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.3 (dev)
2+
============
3+
+ add `feature_fusion` to impact order list (#92)
4+
15
v0.2.2
26
======
37
+ fix bug with '.' in ALT field (caused message about incorrect number of alts in some cases. thanks Batsal for reporting)

src/slivarpkg/default-order.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ nc_transcript
4646
exon_region
4747
conserved_intron
4848
GENIC_CUTOFF
49+
feature_fusion
4950
intron
5051
NMD_transcript
5152
non_coding_transcript

src/slivarpkg/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const slivarVersion* = "0.2.2"
1+
const slivarVersion* = "0.2.3"
22
const slivarGitCommit* = staticExec("git rev-parse --verify HEAD")

0 commit comments

Comments
 (0)