Guidance2 on XSEDE2.02Accurate detection of unreliable alignment regions - run on XSEDE.Phylogeny / Alignmentguidance2_xsedeinvocation_string0perl "guidance2_expanse_2.0.2"infileAlignment or sequence file (phylip)2infile.phyinfile_msaSequence file (phylip)1perl "--seqFile infile.phy"output_string99perl"--outDir ./"onenode1scheduler.confperl"nodes=1 \\n"cores_used1scheduler.confperl
"mem=" . (int($specify_procnum*(248/32))) . "G\\n" .
"threads_per_process=$specify_procnum\\n"
node_exclusive1scheduler.confperl
"node_exclusive=0\\n"
all_results*runtime1scheduler.confMaximum Hours to Run (click here for help setting this correctly)0.5Maximum Hours to Run must be between 0.1 - 168.0.perl$runtime < 0.1 || $runtime > 168.0The job will run on $specify_procnum processors as configured. If it runs for the entire configured time, it will consume $specify_procnum X $runtime cpu hoursperldefined $runtime perl"runhours=$value\\n"Estimate the maximum time your job will need to run. We recommend testimg initially with a < 0.5hr test run because Jobs set for 0.5 h or less depedendably 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.
use_msafileMy Input file is a sequence alignment (--msaFile)7select_programSelect program (--program)3GUIDANCEGUIDANCE2HoTperl(defined $value) ? "--program $value":""select_msaprogramSelect the MSA program that created your dataset (--msaProgram)3MAFFTCLUSTALWMUSCLEperl(defined $value) ? "--msaProgram $value":""Sorry you cant use MUSCLE with Guidance2, use Guidance insteadperl$select_msaprogram eq "MUSCLE" && $select_program eq "GUIDANCE2" Sorry you cant use PAGAN with Guidance2, use Guidance insteadperl$select_msaprogram eq "PAGAN" && $select_program eq "GUIDANCE2" select_seqtypeSelect the Sequence type (-seqType)3aanuccodonperl(defined $value) ? "-seqType $value":""specify_bootstrapsSpecify the number of bootstraps (--bootstraps)3perl(defined $value) ? "--bootstraps $value":""100specify_geneticcodeSpecify the Genetic Code (--genCode)3perl$select_seqtype eq "codon"115610253139144perl(defined $value) ? "--genCode $value":""1specify_seqcutoffSequence Confidence cutoff (default is 0.6)3perl(defined $value) ? "--seqCutoff $value":""0.6The confidence cutoff must be between 0 and 1perl$value >= 1 && $value <= 0specify_colcutoffColumn Confidence cutoff (default is 0.93)3perl(defined $value) ? "--colCutoff $value":""0.93The confidence cutoff must be between 0 and 1perl$value >= 1 && $value <= 0specify_msaparamPass a parameter to the alignment program (-F for PRANK)6perl(defined $value) ? "--MSA_Param \/$value ":""specify_procnumNumber of processors (--proc_num). Max 12.3perl(defined $value) ? "--proc_num $value":""1specify_outorderOutput order = Input Order (default is aligned)3perl($value) ? "--outOrder as_input":""0