From 56fdef06b20e211d81120527b3ae755c2348d5d7 Mon Sep 17 00:00:00 2001 From: RickGelhausen Date: Fri, 18 Sep 2020 11:41:34 +0000 Subject: [PATCH] updated changelog and makereport for version 1.4.4 --- ChangeLog.md | 3 ++- scripts/makereport.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a527847..f44c46a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -### version 1.4.4 (in progress, available on master branch) [Rick Gelhausen & Florian Eggenhofer](mailto:gelhausr@informatik.uni-freiburg.de) 27.07.2020 +### version 1.4.4 [Rick Gelhausen & Florian Eggenhofer](mailto:gelhausr@informatik.uni-freiburg.de) 18.09.2020 * added overlap column to the overview table, to show whether an entry overlaps with an annotated gene. * improved the handling of TE wildcards in excel scripts, allowing input combinations that were previously not possible. * minor fix for mapping script that ensures the header is set correctly for the "mil" mapping. @@ -7,6 +7,7 @@ * improved gtf2gff3 script to use gene_biotype to find RNA features. * improved start/stop gff files (including motifs and frames) * added 15nt upstream of the start codon to each .xlsx table. + * updated reparation environment * some code clean-up ### version 1.4.3 [Rick Gelhausen & Florian Eggenhofer](mailto:gelhausr@informatik.uni-freiburg.de) 15.05.2020 diff --git a/scripts/makereport.sh b/scripts/makereport.sh index 4b1e34f..e7f7078 100644 --- a/scripts/makereport.sh +++ b/scripts/makereport.sh @@ -5,7 +5,7 @@ idx=$1 timestamp=$(date +"%d-%m-%y") echo "${timestamp}" -report="${idx}report_HRIBO1.4.3_${timestamp}" +report="${idx}report_HRIBO1.4.4_${timestamp}" mkdir -p $report mkdir -p "${report}/genome-browser/features/"