We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78d518 commit e6a75f1Copy full SHA for e6a75f1
CHANGES.md
@@ -1,3 +1,7 @@
1
+v0.2.3 (dev)
2
+============
3
++ add `feature_fusion` to impact order list (#92)
4
+
5
v0.2.2
6
======
7
+ 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
@@ -46,6 +46,7 @@ nc_transcript
46
exon_region
47
conserved_intron
48
GENIC_CUTOFF
49
+feature_fusion
50
intron
51
NMD_transcript
52
non_coding_transcript
src/slivarpkg/version.nim
@@ -1,2 +1,2 @@
-const slivarVersion* = "0.2.2"
+const slivarVersion* = "0.2.3"
const slivarGitCommit* = staticExec("git rev-parse --verify HEAD")
0 commit comments