Mercurial > repos > gga > chado_analysis_add_analysis
comparison analysis_add_analysis.xml @ 10:f491bd6466f3 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 2488ac4ea447c45886ce5c7b102fb28c5839d26b
| author | gga |
|---|---|
| date | Wed, 10 Apr 2019 13:48:44 -0400 |
| parents | 39cc44d4bc70 |
| children | bd4ba61d6b66 |
comparison
equal
deleted
inserted
replaced
| 9:39cc44d4bc70 | 10:f491bd6466f3 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="analysis_add_analysis" name="Chado analysis add" version="@WRAPPER_VERSION@.0"> | 2 <tool id="analysis_add_analysis" name="Chado analysis add" version="@WRAPPER_VERSION@.1"> |
| 3 <description></description> | 3 <description></description> |
| 4 <macros> | 4 <macros> |
| 5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
| 48 <validator type="regex" message="Date in YYYY-MM-DD format">^[0-9]{4}-[0-9]{2}-[0-9]{2}$</validator> | 48 <validator type="regex" message="Date in YYYY-MM-DD format">^[0-9]{4}-[0-9]{2}-[0-9]{2}$</validator> |
| 49 </param> | 49 </param> |
| 50 | 50 |
| 51 </inputs> | 51 </inputs> |
| 52 <outputs> | 52 <outputs> |
| 53 <data format="json" name="results"/> | 53 <data format="json" name="results" label="Chado analysis add: ${name}"/> |
| 54 </outputs> | 54 </outputs> |
| 55 <help> | 55 <help> |
| 56 Create an analysis | 56 Create an analysis |
| 57 | 57 |
| 58 @HELP@ | 58 @HELP@ |
