annotate hyphy_sm19.xml @ 4:65816621ff9f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
author rdvelazquez
date Fri, 07 Jun 2019 10:22:23 -0400
parents e2e7e6a88b0f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
1 <?xml version="1.0"?>
4
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
2 <tool id="hyphy_sm19" name="HyPhy-SM2019" version="2.5.0+galaxy0">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
3 <description>- Partition Tree using Modified Slatkin-Maddison Test</description>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
4 <macros>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
5 <import>macros.xml</import>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
6 </macros>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
7 <expand macro="requirements"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
0
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
9 #set $count = len($partitions)
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
10 ln -s '$input_file' sm19_input.nhx &&
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
11 @HYPHY_ENVIRONMENT@ HYPHYMP LIBPATH=\$HYPHY_LIB
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
12 \$HYPHY_LIB/TemplateBatchFiles/SM-2019.bf `pwd`/sm19_input.nhx $count
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
13 #for $n, $partition in enumerate($partitions):
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
14 '${partition.label}'
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
15 '${partition.regex}'
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
16 #end for
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
17 $replicates
4
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
18 ]]></command>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
19 <inputs>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
20 <param name="input_file" type="data" format="nhx" label="Input tree"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
21 <repeat name="partitions" min="2" max="50" title="Partitions">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
22 <param name="label" type="text" label="Partition label"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
23 <param name="regex" type="text" label="Regular expression">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
24 <sanitizer>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
25 <valid initial="string.printable">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
26 <remove value="'"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
27 </valid>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
28 <mapping initial="none">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
29 <add source="'" target="__sq__"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
30 </mapping>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
31 </sanitizer>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
32 </param>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
33 </repeat>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
34 <param name="replicates" type="integer" min="1" max="1000000" value="100"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
35 </inputs>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
36 <outputs>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
37 <data name="sm19_output" format="hyphy_json_results" from_work_dir="sm19_input.nhx.json"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
38 </outputs>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
39 <tests>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
40 <test>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
41 <param name="input_file" ftype="fasta" value="sm19-in1.nhx"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
42 <param name="replicates" value="1000"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
43 <repeat name="partitions">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
44 <param name="label" value="Blood"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
45 <param name="regex" value="B[0-9]+"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
46 </repeat>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
47 <repeat name="partitions">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
48 <param name="label" value="Semen"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
49 <param name="regex" value="S[0-9]+"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
50 </repeat>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
51 <output name="sm19_output" file="sm19-out1.json" compare="sim_size"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
52 </test>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
53 <test>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
54 <param name="input_file" ftype="fasta" value="sm19-in2.nhx"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
55 <param name="replicates" value="1000"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
56 <repeat name="partitions">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
57 <param name="label" value="Blood"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
58 <param name="regex" value="B[0-9]+"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
59 </repeat>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
60 <repeat name="partitions">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
61 <param name="label" value="Semen"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
62 <param name="regex" value="S[0-9]+"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
63 </repeat>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
64 <output name="sm19_output" file="sm19-out2.json" compare="sim_size"/>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
65 </test>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
66 </tests>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
67 <help><![CDATA[
0
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
68 This analysis implements canonical and modified versions of the Slatkin-Maddison
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
69 phylogeny based test for population segregation. The test estimates the minimum
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
70 number of migration events using maximum parsimony, and then evaluating whether
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
71 or not this number is lower than expected in a panmictic or unstructured
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
72 population using permutation tests.
4
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
73 ]]></help>
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
74 <expand macro="citations">
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
75 <citation type="bibtex">
2
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
76 @UNPUBLISHED{slatkin,
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
77 author = "Slatkin M, Maddison WP",
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
78 title = "A cladistic measure of gene flow inferred from the phylogenies of alleles",
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
79 year = "1989",
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
80 note = "Genetics 123(3):603-613",
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
81 url = "https://www.ncbi.nlm.nih.gov/pubmed/2599370"}
f93eb6f0f46f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents: 1
diff changeset
82 </citation>
4
65816621ff9f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty
rdvelazquez
parents: 3
diff changeset
83 </expand>
0
6b94d16f8623 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'6e7f074d80e0f35516e223b76e73f019ad45dd74\n'-dirty
rdvelazquez
parents:
diff changeset
84 </tool>