annotate substitutions.xml @ 1:385a5c3d7244 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
author devteam
date Mon, 06 Jul 2020 18:13:37 +0000
parents 190735ce4c2b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
1 <tool id="substitutions1" name="Fetch substitutions " version="1.0.1">
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
2 <description> from pairwise alignments</description>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
3 <requirements>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
4 <requirement type="package" version="0.8.8">bx-python</requirement>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
5 </requirements>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
6 <command>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
7 python '$__tool_directory__/substitutions.py'
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
8 '$input'
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
9 '$out_file1'
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
10 </command>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
11 <inputs>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
12 <param format="maf" name="input" type="data" label="Select pair-wise alignment data"/>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
13 </inputs>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
14 <outputs>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
15 <data format="tabular" name="out_file1" metadata_source="input"/>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
16 </outputs>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
17 <tests>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
18 <test>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
19 <param name="input" value="Interval2Maf_pairwise_out.maf"/>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
20 <output name="out_file1" file="subs.out"/>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
21 </test>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
22 </tests>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
23 <help>
0
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
24
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
25 .. class:: infomark
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
26
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
27 **What it does**
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
28
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
29 This tool takes a pairwise MAF file as input and fetches substitutions per alignment block.
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
30
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
31 -----
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
32
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
33 .. class:: warningmark
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
34
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
35 **Note**
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
36
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
37 Any block/s not containing exactly two sequences, will be omitted.
190735ce4c2b Imported from capsule None
devteam
parents:
diff changeset
38
1
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
39 </help>
385a5c3d7244 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/substitutions commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
devteam
parents: 0
diff changeset
40 </tool>