comparison analysis_get_analyses.xml @ 5:9ee612b9d2c5 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:20:19 -0500
parents e7eae84daf94
children
comparison
equal deleted inserted replaced
4:e7eae84daf94 5:9ee612b9d2c5
40 #end if 40 #end if
41 #if $date_executed: 41 #if $date_executed:
42 --date_executed "$date_executed" 42 --date_executed "$date_executed"
43 #end if 43 #end if
44 44
45 | jq -S . > $results 45 | jq -S . > '$results'
46 ]]></command> 46 ]]></command>
47 <inputs> 47 <inputs>
48 <param name="analysis_id" label="Analysis Id" argument="analysis_id" type="integer" optional="true" help="An analysis ID" /> 48 <param name="analysis_id" label="Analysis Id" argument="analysis_id" type="integer" optional="true" help="An analysis ID" />
49 <param name="name" label="Name" argument="name" type="text" optional="true" help="analysis name" /> 49 <param name="name" label="Name" argument="name" type="text" optional="true" help="analysis name" />
50 <param name="program" label="Program" argument="program" type="text" optional="true" help="analysis program" /> 50 <param name="program" label="Program" argument="program" type="text" optional="true" help="analysis program" />