| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.83+galaxy0 (this tool) |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.47+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.36+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.31+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.31+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.30+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.29+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.26+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.25+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.24+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.23+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.21+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.17+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.15+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.14+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.12+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.11+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.9+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.8+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.7+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.5+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.4+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.3+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.2+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.2+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_fade/hyphy_fade/2.5.0+galaxy0 |
| hyphy_fade |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| hyphy | 2.5.83 | package |
| Additional information about this tool |
#if $input_nhx is not None:
ln -s '$input_nhx' input.nhx &&
#end if
ln -s '$input_file' input.$input_file.extension &&
#set $input_file = 'input.%s' % $input_file.extension
hyphy fade
--alignment $input_file
#if $input_nhx:
--tree input.nhx
#end if
#if $branch_cond.branch_sel == 'specify':
--branches '$branch_cond.branch_label'
#else:
--branches $branch_cond.branch_sel
#end if
--model '$model'
--method '$advanced_options.posteriorEstimationMethod.method'
#if $posteriorEstimationMethod.method != "Variational-Bayes"
--chains '$posteriorEstimationMethod.chains'
--chain-length '$posteriorEstimationMethod.chain_length'
--burn-in '$posteriorEstimationMethod.samples'
--samples '$posteriorEstimationMethod.samples_per_chain'
#end if
--grid '$advanced_options.grid_points'
--concentration_parameter '$advanced_options.concentration'
--output '$fade_output'
> fade_stdout.md
; EC=\$? ; [[ -f errors.* ]] && cat errors.* >&2 ; exit \$EC
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
input_file: fade-in1.fa input_nhx: fade-in1.nhx model: WAG advanced_options|posteriorEstimationMethod|method: Variational-Bayes advanced_options|grid_points: 20 advanced_options|concentration: 0.5 |
name: value name: value |
fade-in1.fa fade-in1.nhx value |