Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java -cp readseq.jar run NC_012967.1.gbk -f GFF -o test.gff

java -cp readseq.jar run NC_012967.1.gbk -f GFF -o NC_012967.1.gbk.gff

It's a bit hard to figure out because it takes the unnamed arguments before the optional flag arguments and there is no example command and you have to switch -jar to -cp. Search online for usage examples when you can't figure something out from the help.

...