From 188efb1246ffaed0d86fb20d02ae50ac2743b1d6 Mon Sep 17 00:00:00 2001 From: Johnathan Wong Date: Fri, 16 Aug 2019 08:40:34 -0700 Subject: [PATCH] samtobreak.hs: change 2.2.1 to 2.2.2 --- Misc/samtobreak.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/samtobreak.hs b/Misc/samtobreak.hs index 875b42c7d..ac533e140 100644 --- a/Misc/samtobreak.hs +++ b/Misc/samtobreak.hs @@ -279,7 +279,7 @@ parseArgs = do where help = putStr (usageInfo usage options) >> exitSuccess tryHelp = "Try 'abyss-samtobreak --help' for more information." - version = "abyss-samtobreak (ABySS) 2.2.1\n" + version = "abyss-samtobreak (ABySS) 2.2.2\n" usage = "Usage: samtobreak [OPTION]... [FILE]...\n\ \Calculate contig and scaffold contiguity and correctness metrics.\n"