Amino acid sequence


Statistics in aligned sequences


Last updated




Last updated
$ jackhmmer \
--notextwi \ # Unlimit ASCII text output line width
-A <USER_DEFINED_FILE.sto> \ # Save the multiple alignment of hits to file
--tblout <USER_DEFINED_FILE_tbl.out> \ # Save parseable table of per-sequence hits to file
--domtblout <USER_DEFINED_FILE_domtbl.out> \ # Save parseable table of per-domain hits to file
-E 0.01 \ # Report sequences <= this E-value threshold in output
--popen 0.25 \ # Gap open probability
--pextend 0.4 \ # Gap extend probability
--mxfile <DIRECT_TO_BLOSUM62.mat> \ # Read substitution score matrix from file
<FASTA> \ # Query protein sequence
<DIRECT_TO_Uniref*> \ # Where to locate the Uniref50, Uniref90, or Uniref100 database
>/dev/nullamo sequence_converter -jobname <JOB_NAME> -msa <NAME_OF_STO>.stoamo sequence_trim -jobname <JOB_NAME> -msa <NAME_OF_MSA>_msa.a2mamo sequence_stats -jobname <JOB_NAME> -msa <NAME_OF_MSA>_msa_trimmed.aln