File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11Revision 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+
380.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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The output can be large, so save it in a file:
5656
5757```
5858Copyright 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
6161MinCED is free software: you can redistribute it and/or modify
6262it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 22
33public 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments