Commit 4bae3dc5 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

New upstream version 0.11.5

parent 5cd8d924
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#define __STDC_FORMAT_MACROS
#include <inttypes.h>

#define VERSION "0.11.4"
#define VERSION "0.11.5"

#define USAGE "gffread v" VERSION ". Usage:\n\
gffread <input_gff> [-g <genomic_seqs_fasta> | <dir>][-s <seq_info.fsize>] \n\
@@ -1212,7 +1212,7 @@ int main(int argc, char* argv[]) {
 openfw(f_x, args, 'x');
 openfw(f_y, args, 'y');

 if (f_out==NULL && f_w==NULL && f_x==NULL && f_y==NULL)
 if (f_out==NULL && f_w==NULL && f_x==NULL && f_y==NULL && !covInfo)
	 f_out=stdout;
 //if (f_y!=NULL || f_x!=NULL) wCDSonly=true;
 //useBadCDS=useBadCDS || (fgtfok==NULL && fgtfbad==NULL && f_y==NULL && f_x==NULL);