comparison organism_add_organism.xml @ 2:5d566012d85f draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit a2ffd6de889096d5326410800d7f972e16347bc4
author gga
date Thu, 02 Aug 2018 04:51:44 -0400
parents 51ac1ffb4f38
children ad220cb1ce2b
comparison
equal deleted inserted replaced
1:8c5e06b4b387 2:5d566012d85f
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @AUTH@ 9 @AUTH@
10 10
11 chakin organism add_organism 11 chakin organism add_organism
12 '$genus' 12 '$genus'
13 '$species'
13 '$common' 14 '$common'
14 '$abbr' 15 '$abbr'
15 16
16 #if $species:
17 --species '$species'
18 #end if
19 #if $comment: 17 #if $comment:
20 --comment '$comment' 18 --comment '$comment'
21 #end if 19 #end if
22 20
23 | jq -S . > $results 21 | jq -S . > $results