annotate repeat_element_identifier_tool.xml @ 1:b6eba97ffa0e draft

planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author mvdbeek
date Wed, 11 May 2016 13:22:18 -0400
parents f62b463572f0
children 862f0f5bfab7
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>
1
b6eba97ffa0e planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents: 0
diff changeset
14 </inputs>
0
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
15 <outputs>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
16 <data name="output" />
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
17 </outputs>
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 </tests>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
20 <help>
f62b463572f0 planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff changeset
21 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
22 </help>
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 </citations>
1
b6eba97ffa0e planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents: 0
diff changeset
25 </tool>