Mercurial > repos > tiagoantao > raxml
comparison raxml.xml @ 15:ac873ecba2e8 draft
planemo upload commit 6d4b6d49afc22782142019d31fc335d7d542b307
| author | tiagoantao |
|---|---|
| date | Mon, 02 Nov 2015 15:41:20 -0500 |
| parents | d9849b4a003b |
| children | dc5debb738a1 |
comparison
equal
deleted
inserted
replaced
| 14:4148dfdaf1cd | 15:ac873ecba2e8 |
|---|---|
| 1 <tool id="raxml" name="Phyogenetic reconstruction with RaXML" version="1.0.1"> | 1 <tool id="raxml" name="Phyogenetic reconstruction with RaXML" version="1.0.1"> |
| 2 <description>- Maximum Likelihood based inference of large phylogenetic trees</description> | |
| 2 <requirements> | 3 <requirements> |
| 3 <requirement type='package' version="8.2.4">raxml</requirement> | 4 <requirement type='package' version="8.2.4">raxml</requirement> |
| 4 </requirements> | 5 </requirements> |
| 5 <description>- Maximum Likelihood based inference of large phylogenetic trees</description> | |
| 6 <command interpreter="python">raxml.py | 6 <command interpreter="python">raxml.py |
| 7 ## Required parameters | 7 ## Required parameters |
| 8 ## Program name and threads are hard-coded as they are dependent on the binary and threads are specified in the Galaxy's tool configuration | 8 ## Program name and threads are hard-coded as they are dependent on the binary and threads are specified in the Galaxy's tool configuration |
| 9 ## binary is hard-coded to the pthreads enabled raxml executable | 9 ## binary is hard-coded to the pthreads enabled raxml executable |
| 10 --binary "raxmlHPC-PTHREADS" | 10 --binary "raxmlHPC-PTHREADS" |
| 544 <param name="extraOptions" value="required"/> | 544 <param name="extraOptions" value="required"/> |
| 545 <param name="infile" value="dna.phy"/> | 545 <param name="infile" value="dna.phy"/> |
| 546 <param name="model_type" value="nucleotide"/> | 546 <param name="model_type" value="nucleotide"/> |
| 547 <param name="base_model" value="GTRCAT"/> | 547 <param name="base_model" value="GTRCAT"/> |
| 548 <output name="bestTreeReq" file="RAxML_bestTree.galaxy"/> | 548 <output name="bestTreeReq" file="RAxML_bestTree.galaxy"/> |
| 549 <output name="parsimonyTreeReq" file="RAxML_parsimonyTree.galaxy"/> | 549 <output name="parsimonyTreeReq" file="RAxML_parsimonyTree.galaxy"> |
| 550 <assert_contents> | 550 <assert_contents> |
| 551 <has_text_matching expression="Frog" /> | 551 <has_text_matching expression="Frog" /> |
| 552 </assert_contents> | 552 </assert_contents> |
| 553 </output> | 553 </output> |
| 554 </test> | 554 </test> |
