Skip to content
Snippets Groups Projects
Commit d498caf0 authored by tcarver's avatar tcarver
Browse files

specify GFF file

parent 3a45378a
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ class GffToEMBL ...@@ -224,7 +224,7 @@ class GffToEMBL
(args == null || args.length < 1)) (args == null || args.length < 1))
{ {
System.out.println("-h\tshow help"); System.out.println("-h\tshow help");
System.out.println("-s\tspace separated list of sequences to read and write out"); System.out.println("-s\tspace separated list of GFF files to read and write out");
System.out.println("-o\toutput directory"); System.out.println("-o\toutput directory");
System.out.println("-f\t[y|n] flatten the gene model, default is y"); System.out.println("-f\t[y|n] flatten the gene model, default is y");
System.out.println("-z\t[y|n] gzip output, default is y"); System.out.println("-z\t[y|n] gzip output, default is y");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment