Mercurial > repos > dfornika > picard
annotate picard_CreateSequenceDictionary.xml @ 0:5bd2f2397b37 draft
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
| author | dfornika |
|---|---|
| date | Mon, 14 Jan 2019 19:30:07 -0500 |
| parents | |
| children | 43a465506940 |
| rev | line source |
|---|---|
|
0
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
2 <tool id="picard_CreateSequenceDictionary" name="CreateSequenceDictionary" version="@TOOL_VERSION@+galaxy0"> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
3 <description></description> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
4 <macros> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
6 </macros> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
7 <requirements> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
8 <requirement type="package" version="@TOOL_VERSION@">picard</requirement> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
9 </requirements> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
10 <version_command>picard CreateSequenceDictionary --version</version_command> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
11 <command detect_errors="exit_code"> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
12 <![CDATA[ |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
13 picard CreateSequenceDictionary |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
14 REFERENCE='$reference' |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
15 OUTPUT='$output' |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
16 ]]> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
17 </command> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
18 <inputs> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
19 <param name="reference" type="data" format="fasta,fa"/> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
20 </inputs> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
21 <outputs> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
22 <data name="output" type="data" /> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
23 </outputs> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
24 <tests> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
25 </tests> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
26 <help> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
27 <![CDATA[ |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
28 ]]> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
29 </help> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
30 <citations> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
31 </citations> |
|
5bd2f2397b37
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/picard commit 54c5ec0b3958115ccb9071184268bfe4f7425baa-dirty
dfornika
parents:
diff
changeset
|
32 </tool> |
