-bash-3.2$ /sw/opt/hmmer3/bin/jackhmmer -h # jackhmmer :: iteratively search a protein sequence against a protein database # HMMER 3.0 (March 2010); http://hmmer.org/ # Copyright (C) 2010 Howard Hughes Medical Institute. # Freely distributed under the GNU General Public License (GPLv3). # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Usage: jackhmmer [-options] where basic options are: -h : show brief help on version and usage -N : set maximum number of iterations to [5] (n>0) options directing output: -o : direct output to file , not stdout -A : save multiple alignment of hits to file --tblout : save parseable table of per-sequence hits to file --domtblout : save parseable table of per-domain hits to file --chkhmm : save HMM checkpoints to files -.hmm --chkali : save alignment checkpoints to files -.sto --acc : prefer accessions over names in output --noali : don't output alignments, so output is smaller --notextw : unlimit ASCII text output line width --textw : set max width of ASCII text output lines [120] (n>=120) options controlling scoring system in first iteration: --popen : gap open probability [0.02] (0<=x<0.5) --pextend : gap extend probability [0.4] (0<=x<1) --mxfile : substitution score matrix [default: BLOSUM62] options controlling reporting thresholds: -E : report sequences <= this E-value threshold in output [10.0] (x>0) -T : report sequences >= this score threshold in output --domE : report domains <= this E-value threshold in output [10.0] (x>0) --domT : report domains >= this score cutoff in output options controlling significance thresholds for inclusion in next round: --incE : consider sequences <= this E-value threshold as significant --incT : consider sequences >= this score threshold as significant --incdomE : consider domains <= this E-value threshold as significant --incdomT : consider domains >= this score threshold as significant options controlling acceleration heuristics: --max : Turn all heuristic filters off (less speed, more power) --F1 : Stage 1 (MSV) threshold: promote hits w/ P <= F1 [0.02] --F2 : Stage 2 (Vit) threshold: promote hits w/ P <= F2 [1e-3] --F3 : Stage 3 (Fwd) threshold: promote hits w/ P <= F3 [1e-5] --nobias : turn off composition bias filter options controlling model construction after first iteration: --fast : assign cols w/ >= symfrac residues as consensus --hand : manual construction (requires reference annotation) --symfrac : sets sym fraction controlling --fast construction --fragthresh : if L < x, tag sequence as a fragment options controlling relative weights in models after first iteration: --wpb : Henikoff position-based weights [default] --wgsc : Gerstein/Sonnhammer/Chothia tree weights --wblosum : Henikoff simple filter weights --wnone : don't do any relative weighting; set all to 1 --wid : for --wblosum: set identity cutoff [0.62] (0<=x<=1) options controlling effective seq number in models after first iteration: --eent : adjust eff seq # to achieve relative entropy target [default] --eclust : eff seq # is # of single linkage clusters --enone : no effective seq # weighting: just use nseq --eset : set eff seq # for all models to --ere : for --eent: set minimum rel entropy/position to --esigma : for --eent: set sigma param to [45.0] --eid : for --eclust: set fractional identity cutoff to [0.62] Options controlling E value calibration: --EmL : length of sequences for MSV Gumbel mu fit [200] (n>0) --EmN : number of sequences for MSV Gumbel mu fit [200] (n>0) --EvL : length of sequences for Viterbi Gumbel mu fit [200] (n>0) --EvN : number of sequences for Viterbi Gumbel mu fit [200] (n>0) --EfL : length of sequences for Forward exp tail tau fit [100] (n>0) --EfN : number of sequences for Forward exp tail tau fit [200] (n>0) --Eft : tail mass for Forward exponential tail tau fit [0.04] (0 : set # of comparisons done, for E-value calculation --domZ : set # of significant seqs, for domain E-value calculation --seed : set RNG seed to (if 0: one-time arbitrary seed) [42] --qformat : assert query is in format : no autodetection --tformat : assert target is in format >: no autodetection --cpu : number of parallel CPU workers to use for multithreads