Mercurial > repos > gga > chado_analysis_add_analysis
comparison analysis_add_analysis.xml @ 9:11b434f48a03 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 35c5eff77b573a66f3611b4906417df9a440c857
author | gga |
---|---|
date | Tue, 05 Mar 2019 05:18:04 -0500 |
parents | 72cabf21ce8d |
children | 21de6e516f97 |
comparison
equal
deleted
inserted
replaced
8:56689b464826 | 9:11b434f48a03 |
---|---|
28 #end if | 28 #end if |
29 #if $date_executed: | 29 #if $date_executed: |
30 --date_executed '$date_executed' | 30 --date_executed '$date_executed' |
31 #end if | 31 #end if |
32 | 32 |
33 | jq -S . > $results | 33 | jq -S . > '$results' |
34 ]]></command> | 34 ]]></command> |
35 <inputs> | 35 <inputs> |
36 <!-- arguments --> | 36 <!-- arguments --> |
37 <param name="name" label="Name" argument="name" type="text" help="analysis name" /> | 37 <param name="name" label="Name" argument="name" type="text" help="analysis name" /> |
38 <param name="program" label="Program" argument="program" type="text" help="analysis program" /> | 38 <param name="program" label="Program" argument="program" type="text" help="analysis program" /> |