Prints this list of program options, each with a brief, one-line description.
By default, if an output result file to be written to already exists, the user is prompted whether the file should be over-written or appended to. Using this options forces overwriting of pre-existing files without an interactive prompt. This option may be handy for batch-processing and running tRNAscan-SE in the background.
This option allows analysis of selected sequences in a sequence file
containing multiple sequences. Only those sequences with names (first
non-white space word after ``>'' symbol on FASTA name/description line)
matching expr are analyzed. expr may contain * or ? wildcard
characters, but the user should enclose such expressions in single
quotes (for example: -n 'HU?alpha*') to prevent the shell from
attempting to expand wildcards into file name matches.
This option directs the program to analyze the first sequence with a name matching expr, and every sequence thereafter. This may be useful for re-starting crashed/aborted runs at the point where the previous run stopped. (if same names for output file(s) are used, program will ask if files should be over-written or appended to --- choose append and run will successfully be restarted where it left off).