PHMMER on XSEDE3.3.2Biological sequence analysis using profile hidden Markov models - run on XSEDESean Eddy
http://www.hmmer.org
Sequence Analysisphmmer_xsedephmmer_cometperl"phmmerwrapper_3.3.2_comet"0number_nodes2scheduler.confperl
"ChargeFactor=1.0\\n" .
"nodes=1\\n" .
"node_exclusive=0\\n" .
"threads_per_process=$num_cores\\n"
mpi_run2scheduler.confperl$run_mpiperl
"run_type=mpi\\n"
infile_seqInput File (the query sequence file)perl"seqfile.txt"98seqfile.txtall_results*runtime1scheduler.confMaximum Hours to Run (up to 168 hours for non-gpu; 120 for gpu jobs)0.5The maximum runtime for a job can be no more than 168 hoursperl$runtime > 168.0perl"runhours=$value\\n"The job will run on $num_cores processors as configured. If it runs for the entire configured time, it will consume $num_cores X $runtime cpu hoursperl$runtime > 0 && defined $num_coresThe job will run on $num_cores processors as configured. If it runs for the entire configured time, it will consume $num_cores X $runtime cpu hoursperl$runtime > 0 && $run_mpiEstimate the maximum time your job will need to run. We recommend testing initially with a < 0.5hr test run because Jobs set for 0.5 h or less dependably run immediately in the "debug" queue.
Once you are sure the configuration is correct, you then increase the time. The reason is that jobs > 0.5 h are submitted to the "normal" queue, where jobs configured for 1 or a few hours times may
run sooner than jobs configured for the full 168 hours.
num_coresHow many cores do you need?perl "--cpu $value"220Please enter an integer for the number of cores.perl!defined $num_coresSorry you cant use mpi and cpu commandsperldefined $num_cores && $run_mpiThis option will help the application determine how to run the jobseed_valEnter the seed value hereperl$spec_seedperl "--seed $value"4220select_databaseEnter the database file hereuser_dataset.txtperl "user_dataset.txt"99scoring_optionsOptions Controlling Scoring Systemset_gapvalueGap open probability for a single sequence query model (--popen)perl defined $value ? "--popen $value":""0.02Please choose a gap probability value greater than 0 and less than 0.5 perl$set_gapvalue <= 0 || $set_gapvalue > 0.525set_gapextendvalueGap extend probability for a single sequence query model (--pextend)perl defined $value ? "--pextend $value":""0.425Please choose a gap probability value greater than 0 and less than 0.5 perl$set_gapextendvalue < 0 || $set_gapextendvalue >= 1.0specify_alignprobsObtain residue alignment probabilities from this substitution matrix (--mx)PAM30PAM70PAM120PAM240BLOSUM45BLOSUM50BLOSUM62BLOSUM80BLOSUM90perl $value ? "--mx $value":""25custom_mxfileObtain residue alignment probabilities from custom substitution matrix (--mxfile)perl defined $dombitscore ? "--mxfile custom_submatrix.txt":""custom_submatrix.txt25reporting_optionsOptions Controlling Reporting Thresholdsset_evalueReport target sequences with an E-value of (-E)perl defined $value ? "-E $value":""10.05specify_bitscoreReport target sequences with a bit score of (-T)perl defined $specify_bitscore ? "-T $specify_bitscore":""10Sorry you cant specify both -T and -domEperldefined $specify_bitscore && defined $set_evaluespecify_domevalueConditional E-value for individual domains (--domE)perl $value ? "--domE $value":""10.08specify_dombitscoreReport domains with bit score value of (--domT)perl defined $dombitscore ? "--domT $value":""10Sorry you cant specify both -domT and -domEperldefined $specify_dombitscore && defined $set_domevalueoutput_optionsOptions Controlling Outputoutput_fileWrite output to this file (-o)perl defined $value ? "-o $output_file":""40multialignment_fileSave a multiple alignment of all significant hits (-A)perl defined $value ? "-A $multialignment_file":""40tblout_fileSave simple tabular file summarizing per-target output (-tblout)perl defined $value ? "--tblout $tblout_file":""2domtblout_fileSave a simple tabular file summarizing the per-domain output (-domtblout)perl defined $value ? "--domtblout $domtblout_file":""3pfamtblout_fileSave tabular file summarizing the per-target output (-pfamtblout)perl defined $value ? "--pfamtblout $pfamtblout_file":""4use_accessionsUse accessions instead of names in the main output (--acc)perl $value ? "--acc":""10omit_alignmentOmit the alignment section from the main output. (--noali)perl $value ? "--noali":""10unlimit_lengthUnlimit the length of each line in the main output (--notextw)perl $value ? "--notextw":""10setlimit_lengthLimit the main output’s line length (--textw)perl defined $unlimit_length ? "--textw $value":""10h3parameter_estimationOptions Controlling H3 Parameter Estimationspecify_seqlengthSpecify the sequence length in simulation (--EmL)perl defined $specify_seqlength ? "--EmL $value":""20015specify_seqnumSets the number of sequences to estimate mu for MSV (--EmN)perl defined $specify_seqlength ? "--EmN $value":""20015specify_seqlength2Length of sequence to estimate mu for Viterbi (--EvL)perl defined $specify_seqlength2 ? "--EvL $value":""20015specify_seqnum2Number of sequences to estimate mu for Viterbi (--EvN)perl defined $specify_seqnum2 ? "--EvN $value":""20015specify_seqlength3Sequence length to estimate tau (--EfL)perl defined $specify_seqlength3 ? "--EfL $value":""10015specify_seqnum3Sequence number to estimate tau (--EfN)perl defined $specify_seqnum3 ? "--EfN $value":""20015specify_tailmassfrSets the tail mass fraction (--Eft)perl defined $specify_seqnum3 ? "--Eft $value":""0.0415pipeline_optionsOptions Controlling the Acceleration Pipelinedisable_filtersTurn off all filters (--max)perl $value ? "--max":""027specify_pvalueSet the P-value threshold for the MSV filter step (--F1)perl defined $specify_pvalue ? "--F1 $value":""0.0210specify_pvalue2Set the P-value threshold for the Viterbi filter step (--F2)perl $specify_pvalue2 ? "--F2 $specify_pvalue2":""0.00110specify_pvalue3Set the P-value threshold for the Forward filter step (--F3)perl defined $specify_pvalue3 ? "--F3 $specify_pvalue3":""0.0000110