From ba065fe4bf99b1ab05d1efddd055ce0aab9cbe39 Mon Sep 17 00:00:00 2001 From: meesters Date: Fri, 18 Oct 2019 12:21:09 +0200 Subject: [PATCH] QCWrapper: updated version and history info --- trim_filter/parallel_QCTools/QCWrapper | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trim_filter/parallel_QCTools/QCWrapper b/trim_filter/parallel_QCTools/QCWrapper index b45465f..979a4ef 100755 --- a/trim_filter/parallel_QCTools/QCWrapper +++ b/trim_filter/parallel_QCTools/QCWrapper @@ -38,7 +38,7 @@ _arg_qtrim_format="i1.8" SCRIPT="$0" -SCRIPT_VERSION="0.3.1" +SCRIPT_VERSION="0.3.2" die() { @@ -132,6 +132,9 @@ credits() echo "- v0.3.1 -- 22. Feb. 2019 -- bug fixes:" echo " - striping only, when creating unstriped output dir on MII" echo " - preventing to write to HOME" + echo "- v0.3.2 -- 18. Oct. 2019 -- bug fixes:" + echo " - mate file was corrupted for paired end cases" + echo " - -o flag appropriately working, now" echo echo "This script was written by Christian Meesters 2018-2019 (ZDV, HPC group)". echo "See https://gitlab.rlp.net/hpc-jgu-lifescience/seq-analysis/blob/master/LICENSE" -- GitLab