comparison feature_load_fasta.xml @ 13:313a27d7d64a draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
author gga
date Thu, 11 Jul 2019 08:33:47 -0400
parents 5a1a37db2784
children 86589f36dfad
comparison
equal deleted inserted replaced
12:5a1a37db2784 13:313a27d7d64a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="feature_load_fasta" name="Chado load fasta" version="@WRAPPER_VERSION@.0"> 2 <tool id="feature_load_fasta" name="Chado load fasta" 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"/>
43 --parent_type '${relationships.rel_subject_type}' 43 --parent_type '${relationships.rel_subject_type}'
44 #end if 44 #end if
45 45
46 | jq -S . > '$results' 46 | jq -S . > '$results'
47 47
48 && @ZIP_PSQL@ 48 @ZIP_PSQL@
49 ]]></command> 49 ]]></command>
50 <inputs> 50 <inputs>
51 <expand macro="psql_target"/> 51 <expand macro="psql_target"/>
52 <!-- arguments --> 52 <!-- arguments -->
53 <param name="fasta" label="Fasta" argument="fasta" type="data" format="fasta" help="Path to the Fasta file to load" /> 53 <param name="fasta" label="Fasta" argument="fasta" type="data" format="fasta" help="Path to the Fasta file to load" />