From be45635a9910e651e797ff33f04676776d961be3 Mon Sep 17 00:00:00 2001 From: Magnus Wahlberg Date: Fri, 20 Oct 2023 10:29:26 +0200 Subject: [PATCH] remove comment --- pipelines/annotations.snakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/pipelines/annotations.snakefile b/pipelines/annotations.snakefile index d54a8e02..794809a9 100644 --- a/pipelines/annotations.snakefile +++ b/pipelines/annotations.snakefile @@ -481,9 +481,6 @@ rule extract_with_header: ) -# load_bfc + """ bcftools query -f '%CHROM\\t%POS\\t%ID\\t%REF\\t%ALT\\t%QUAL\\t%FILTER\\n' --print-header {input} > {output}""" - - rule strip_chr_name: input: anno_tmp_dir / (source_variant_file_pattern + "_variants.vcf"),