Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ctSkennerton committed May 8, 2018
1 parent 1a8c4b6 commit 35d5f72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion minced.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class minced
{
public static final String VERSION = "0.2.1";
public static final String VERSION = "0.2.2";
public static void main(String[] args)
{
//default values
Expand Down
12 changes: 6 additions & 6 deletions t/Aquifex_aeolicus_VF5.expected
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##gff-version 3
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 156460 156767 5 . . ID=CRISPR1
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 244561 244791 4 . . ID=CRISPR2
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 279264 279555 5 . . ID=CRISPR3
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1226626 1226861 4 . . ID=CRISPR4
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1379598 1379894 5 . . ID=CRISPR5
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1418900 1419060 3 . . ID=CRISPR6
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 156460 156767 5 . . ID=CRISPR1
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 244561 244791 4 . . ID=CRISPR2
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 279264 279555 5 . . ID=CRISPR3
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 1226626 1226861 4 . . ID=CRISPR4
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 1379598 1379894 5 . . ID=CRISPR5
gi|15282445|ref|NC_000918.1| minced:0.2.2 CRISPR 1418900 1419060 3 . . ID=CRISPR6

0 comments on commit 35d5f72

Please sign in to comment.