From f59aca5599951904c8ddb23a2c98fdf51f924be0 Mon Sep 17 00:00:00 2001 From: fischuu Date: Sun, 14 Mar 2021 07:00:48 +0200 Subject: [PATCH] Release versions 0.6 --- CHANGELOG | 3 ++- GBS-pipeline.smk | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 963ee55..f086e7b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ ##### ##### ################################################################################ +0.6 : * Release version for previous additions 0.5.15: * Report adjusted 0.5.14: * Bugfix: Rule FinalMockVsRef_alignment didn't have resource allocations 0.5.13: * Statistics on final mock reference added @@ -20,7 +21,7 @@ 0.5.2 : * Script to refine the mock reference added 0.5.1 : * samtools index set to csi instead of bai 0.4.1 : * Bugfix - Missing outputfile script added -0.4 : Release version +0.4 : * Release version 0.3.16: * Several other small path typos 0.3.15: * Mixup in samflags anf flagsts solev for final report 0.3.14: * Path typos in final report fixed diff --git a/GBS-pipeline.smk b/GBS-pipeline.smk index d1154d6..5198e8f 100644 --- a/GBS-pipeline.smk +++ b/GBS-pipeline.smk @@ -10,8 +10,8 @@ import os ##### Natural Resources Institute Finland (Luke) ##### This pipeline is build upon the the GBS-SNP-CROP pipeline: ##### https://github.com/halelab/GBS-SNP-CROP -##### Version: 0.5.15 -version = "0.5.15" +##### Version: 0.6 +version = "0.6" ##### set minimum snakemake version ##### min_version("6.0")