Mercurial > repos > mvdbeek > repeat_element_identifier
annotate repeat_element_identifier_tool.xml @ 4:643eb09c9975 draft default tip
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author | mvdbeek |
---|---|
date | Wed, 11 May 2016 13:27:47 -0400 |
parents | 9b5d67bce66a |
children |
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" > |
3
9b5d67bce66a
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
2
diff
changeset
|
2 <command> |
0
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
3 #for i in $rep |
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
4 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
|
5 #end for |
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
6 </command> |
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
7 <inputs> |
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
8 <repeat name="rep" title="input"> |
2
862f0f5bfab7
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
1
diff
changeset
|
9 <param name="input_file" type="data"/> |
0
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
10 </repeat> |
1
b6eba97ffa0e
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
0
diff
changeset
|
11 </inputs> |
0
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
12 <outputs> |
4
643eb09c9975
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
3
diff
changeset
|
13 <data name="output" format="txt" /> |
0
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 <help> |
f62b463572f0
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
diff
changeset
|
16 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
|
17 </help> |
1
b6eba97ffa0e
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
mvdbeek
parents:
0
diff
changeset
|
18 </tool> |