Guidance2 on ACCESS 2.02 Accurate detection of unreliable alignment regions - run on XSEDE. Phylogeny / Alignment guidance2_xsede invocation_string 0 perl "guidance2_expanse_2.0.2" infile Alignment or sequence file (phylip) 2 infile.phy infile_msa Alignment file (phylip) 1 perl $use_msafile perl "--msaFile infile.phy" infile_seq Sequence file (phylip) 1 perl $use_seqfile perl "--seqFile infile.phy" output_string 99 perl "--outDir ./" onenode 1 scheduler.conf perl "nodes=1 \\n" cores_used 1 scheduler.conf perl !$more_memory perl "node_exclusive=0\\n" . "mem=" . (int($specify_procnum*(248/32))) . "G\\n" . "threads_per_process=$specify_procnum\\n" cores_used2 1 scheduler.conf perl $more_memory perl "node_exclusive=1\\n" . "mem=243G\\n" . "threads_per_process=$specify_procnum\\n" all_results * runtime 1 scheduler.conf Maximum Hours to Run (click here for help setting this correctly) 0.5 Maximum Hours to Run must be between 0.1 - 168.0. perl $runtime < 0.1 || $runtime > 168.0 The 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 hours perl defined $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_seqfile My Input file is a set of sequences (--seqFile) 7 1 Please choose your input type perl !$use_seqfile && !$use_msafile use_msafile My Input file is a sequence alignment (--msaFile) 7 Sorry GUIDANCE2 cant be used with an alignment, try GUIDANCE perl $use_msafile && $select_program eq "GUIDANCE2" The use of MSAs is not recommended by the author perl $use_msafile select_program Select the evaluation program (--program) 3 GUIDANCE GUIDANCE2 HoT perl (defined $value) ? "--program $value":"" The confidence measure may be GUIDANCE2, GUIDANCE or HoT. default=GUIDANCE2 select_msaprogram Select the Multiple Sequence Alignment program (--msaProgram) 3 MAFFT CLUSTALW MUSCLE MAFFT "--msaProgram MAFFT" CLUSTALW "--msaProgram CLUSTALW" MUSCLE "--msaProgram MUSCLE" Sorry Guidance2 does not support MUSCLE, try GUIDANCE perl $select_program eq "GUIDANCE2" && $select_msaprogram eq "MUSCLE" Sorry HoT does not support MUSCLE, try GUIDANCE perl $select_program eq "HoT" && $select_msaprogram eq "MUSCLE" select_seqtype Select the Sequence type (-seqType) 3 aa nuc codon perl (defined $value) ? "-seqType $value":"" specify_bootstraps Specify the number of bootstraps (--bootstraps) 3 perl $select_program eq "GUIDANCE" perl (defined $value) ? "--bootstraps $value":"" 100 more_memory I need more memory specify_geneticcode Specify the Genetic Code (--genCode) 3 perl $select_seqtype eq "codon" 1 15 6 10 2 5 3 13 9 14 4 perl (defined $value) ? "--genCode $value":"" 1 specify_seqcutoff Sequence Confidence cutoff (default is 0.6) 3 perl (defined $value) ? "--seqCutoff $value":"" 0.6 The confidence cutoff must be between 0 and 1 perl $value >= 1 && $value <= 0 specify_colcutoff Column Confidence cutoff (default is 0.93) 3 perl (defined $value) ? "--colCutoff $value":"" 0.93 The confidence cutoff must be between 0 and 1 perl $value >= 1 && $value <= 0 specify_msaparam Pass a parameter to the alignment program 6 perl (defined $value) ? "--MSA_Param \/$value ":"" specify_procnum Number of processors (--proc_num). Max 12. 3 perl (defined $value) ? "--proc_num $value":"" 1 specify_outorder Output order = Input Order (default is aligned) 3 perl ($value) ? "--outOrder as_input":"" 0