annotate repeat_element_identifier_tool.xml @ 0:f62b463572f0 draft

planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author mvdbeek
date Wed, 11 May 2016 13:21:09 -0400
parents
children b6eba97ffa0e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
1 <tool id="repeat_element_identifier" name="repeat_element_identifier" version="0.0.1" hidden="false" >
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
2 <description>Analyze mismatch frequencies in BAM/SAM alignments</description>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
3 <requirements>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
4 </requirements>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
5 <command>>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
6 #for i in $rep
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
7 echo "$i.input_file.element_identifier" > "$output"
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
8 #end for
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
9 </command>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
10 <inputs>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
11 <repeat name="rep" title="input">
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
12 <param name="input_file" type="data" format="bam,sam" label="Alignment file" help="The input alignment file(s) for which to analyze the mismatches."/>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
13 </repeat>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
14 <outputs>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
15 <data name="output" />
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
16 </outputs>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
17 <tests>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
18 </tests>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
19 <help>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
20 This tool will print the element identifier of files in a repeat section.
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
21 </help>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
22 <citations>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
23 </citations>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
24 </tool>