From 643a0dc8304c2661102897c02ff6321ac28b50b4 Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 29 Aug 2022 11:20:05 +0300 Subject: [PATCH] Update GBS-pipeline.smk --- GBS-pipeline.smk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GBS-pipeline.smk b/GBS-pipeline.smk index 2a5a1e7..e14ad5c 100644 --- a/GBS-pipeline.smk +++ b/GBS-pipeline.smk @@ -11,8 +11,8 @@ import sys ##### 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.17.1 -version = "0.17.1" +##### Version: 0.16.1 +version = "0.16.1" ##### set minimum snakemake version ##### min_version("6.0")