| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.83+galaxy0 (this tool) |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.47+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.36+galaxy2 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.31+galaxy2 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.31+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.30+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.29+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.26+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.25+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.24+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.23+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.21+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.17+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.15+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.14+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.12+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.11+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.9+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.8+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.7+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.5+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.4+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.3+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.2+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.2+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/hyphy_meme/hyphy_meme/2.5.0+galaxy0 |
| hyphy_meme |
| 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
\${GALAXY_MPIRUN:-mpirun --allow-run-as-root --oversubscribe -mca orte_tmpdir_base "\${TMPDIR:-.}" -np \${GALAXY_SLOTS:-1}} HYPHYMPI meme
--alignment ./$input_file
#if $input_nhx:
--tree input.nhx
#end if
--code '$gencodeid'
#if $branch_cond.branch_sel == 'specify':
--branches '$branch_cond.branch_label'
#else:
--branches $branch_cond.branch_sel
#end if
--pvalue '$p_value'
--resample $resample
--rates $rates
--multiple-hits $multiple_hits_conditional.multiple_hits
#if $multiple_hits_conditional.multiple_hits != "None":
--site-multihit $multiple_hits_conditional.site_multihit
#end if
--impute-states '$impute_states'
--precision $precision
--kill-zero-lengths $kill_zero_lengths
#if $restrict_sites_conditional.restrict_sites_flag == "true":
--limit-to-sites '$restrict_sites_conditional.limit_to_sites'
--save-lf-for-sites '$restrict_sites_conditional.save_lf_for_sites'
#end if
--output '$meme_output'
--full-model '$full_model'
> meme_stdout.md
; EC=\$? ; [[ -f errors.* ]] && cat errors.* >&2 ; exit \$EC
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
input_file: meme-in1.fa input_nhx: meme-in1.nhx branch_cond|branch_sel: All p_value: 0.1 |
name: value name: value |
meme-in1.fa meme-in1.nhx value |
| Test-2 |
input_file: meme-in1.fa input_nhx: meme-in1.nhx branch_cond|branch_sel: Internal advanced_options|rates: 3 |
name: value name: value |
meme-in1.fa meme-in1.nhx value |
| Test-3 |
input_file: meme-in1.fa input_nhx: meme-in1.nhx advanced_options|multiple_hits_conditional|multiple_hits: Double advanced_options|impute_states: True |
name: value name: value |
meme-in1.fa meme-in1.nhx value |