Loading gffread.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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\ Loading Loading @@ -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); Loading Loading
gffread.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -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\ Loading Loading @@ -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); Loading