In the ISAR documentation, you said that when running the standalone version, -f summary should be used, but no such option exits. Based on the SignalP-6.0 documentation, I determined that '-f none' produces the same output as the webserver with the 'short' output format. Here is the SignalP standalone documentation:
- `--format`, `-fmt`, can take the values `txt`, `png`, `eps`, `all`, `none`.
It defines what output files are created for individual sequences.
`txt` produces a tabular `.gff` file with the per-position predictions for each sequence.
`png`, `eps`, `all` additionally produce probability plots in the requested format.
`none` only writes the summary prediction files.
For larger prediction jobs, plotting will slow down the processing speed significantly.