Skip to content

Commit

Permalink
isec: Reverting commit 8c0d05a
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Mar 6, 2014
1 parent 3c00134 commit 87d42eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vcfisec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 87d42eb

Please sign in to comment.