From 87d42ebb83c30cab5145d6cb5949a557fb5fdc36 Mon Sep 17 00:00:00 2001 From: Petr Danecek Date: Thu, 6 Mar 2014 15:46:21 +0000 Subject: [PATCH] isec: Reverting commit 8c0d05a --- vcfisec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vcfisec.c b/vcfisec.c index 96f69099c..222413031 100644 --- a/vcfisec.c +++ b/vcfisec.c @@ -112,7 +112,6 @@ void isec_vcf(args_t *args) int out_std = 0; if ( args->nwrite==1 ) out_std = 1; if ( args->targets_fname && files->nreaders==1 ) out_std = 1; - if ( args->isec_op==OP_COMPLEMENT ) out_std = 1; if ( out_std ) { out_fh = hts_open("-",hts_bcf_wmode(args->output_type));