From f98c2a2eb560866f8c7f65ad71692b69d4e91920 Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Wed, 3 Nov 2021 18:46:49 +0200 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 d52005e..3259c81 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.8.16 -version = "0.8.16" +##### Version: 0.10 +version = "0.10" ##### set minimum snakemake version ##### min_version("6.0")