Skip to content

Commit 42ec900

Browse files
committed
update the version number
1 parent ebeff9b commit 42ec900

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for MinCED
22

3+
0.3.2 02-Mar-2019
4+
Fix a bug that was causing some string indexing errors where
5+
the bounds of the CRISPR was not being updated properly when
6+
a partial repeat was removed.
7+
38
0.3.2 01-Oct-2018
49
Modify searching behaviour so that parital repeats that are at
510
the edges of contigs do not prevent the extension of other repeats

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The output can be large, so save it in a file:
5656

5757
```
5858
Copyright 2011 Florent ANGLY <florent.angly@gmail.com>
59-
2013-2018 Connor SKENNERTON <c.skennerton@gmail.com>
59+
2013-2019 Connor SKENNERTON <c.skennerton@gmail.com>
6060
6161
MinCED is free software: you can redistribute it and/or modify
6262
it under the terms of the GNU General Public License as published by

minced.java

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

33
public class minced
44
{
5-
public static final String VERSION = "0.3.2";
5+
public static final String VERSION = "0.3.3";
66
public static void main(String[] args)
77
{
88
//default values

t/Aquifex_aeolicus_VF5.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##gff-version 3
2-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 156460 156767 5 . . ID=CRISPR1;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTCCTAATGTACCGTGTGGAGTTGAAACC
3-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 244561 244791 4 . . ID=CRISPR2;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTCAACTCCACACGGTACATTAGGAAC
4-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 279264 279555 5 . . ID=CRISPR3;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTTAACTCCACACGGTACATTAGAAAC
5-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 1226626 1226861 4 . . ID=CRISPR4;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=CGTTTCTAATGTACCGTAGAGGAGTTGAAAC
6-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 1379598 1379894 5 . . ID=CRISPR5;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTCAACTCCACTACGGTACATTAGGAAC
7-
gi|15282445|ref|NC_000918.1| minced:0.3.2 repeat_region 1418900 1419060 3 . . ID=CRISPR6;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTCCTAATGTACCGTGTGGAGTTGAAAC
2+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 156460 156767 5 . . ID=CRISPR1;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTCCTAATGTACCGTGTGGAGTTGAAACC
3+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 244561 244791 4 . . ID=CRISPR2;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTCAACTCCACACGGTACATTAGGAAC
4+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 279264 279555 5 . . ID=CRISPR3;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTTAACTCCACACGGTACATTAGAAAC
5+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 1226626 1226861 4 . . ID=CRISPR4;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=CGTTTCTAATGTACCGTAGAGGAGTTGAAAC
6+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 1379598 1379894 5 . . ID=CRISPR5;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTTCAACTCCACTACGGTACATTAGGAAC
7+
gi|15282445|ref|NC_000918.1| minced:0.3.3 repeat_region 1418900 1419060 3 . . ID=CRISPR6;rpt_type=direct;rpt_family=CRISPR;rpt_unit_seq=GTTCCTAATGTACCGTGTGGAGTTGAAAC

0 commit comments

Comments
 (0)