comparison export.xml @ 16:c3251541cf2b draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 1f9a5502a7423c78d862e81537b7646c9f4da5d9"
author gga
date Fri, 10 Dec 2021 09:51:08 +0000
parents b763acecfb57
children
comparison
equal deleted inserted replaced
15:b503fe85f261 16:c3251541cf2b
11 python '$__tool_directory__/export.py' 11 python '$__tool_directory__/export.py'
12 12
13 @ORG_CN_OR_GUESS@ 13 @ORG_CN_OR_GUESS@
14 14
15 --gff '$gff_out' 15 --gff '$gff_out'
16 $gff_with_fasta
16 --fasta_pep '$fasta_pep' 17 --fasta_pep '$fasta_pep'
17 --fasta_cds '$fasta_cds' 18 --fasta_cds '$fasta_cds'
18 --fasta_cdna '$fasta_cdna' 19 --fasta_cdna '$fasta_cdna'
19 --vcf '$vcf_out' 20 --vcf '$vcf_out'
20 --json '$json_out' 21 --json '$json_out'
22 $die
21 23
22 '$__user_email__' 24 '$__user_email__'
23 25
24 ]]></command> 26 ]]></command>
25 <inputs> 27 <inputs>
26 <expand macro="cn_or_guess" /> 28 <expand macro="cn_or_guess" />
29 <param name="gff_with_fasta" type="boolean" truevalue="--gff_with_fasta" falsevalue="" label="Include fasta in the GFF3 file" help="The fasta is available separately in the cDNA sequence file, but some tools might prefer it included in the GFF3 file."/>
30 <param name="die" type="boolean" truevalue="--die" falsevalue="" label="Fail hard if any portion of the export fails" help="By default it will just print a warning message, this causes any error to be fatal."/>
27 </inputs> 31 </inputs>
28 <outputs> 32 <outputs>
29 <data format="gff3" name="gff_out" label="Annotations from Apollo"/> 33 <data format="gff3" name="gff_out" label="Annotations from Apollo"/>
30 <data format="fasta" name="fasta_pep" label="Peptide sequences from Apollo"/> 34 <data format="fasta" name="fasta_pep" label="Peptide sequences from Apollo"/>
31 <data format="fasta" name="fasta_cds" label="CDS sequences from Apollo"/> 35 <data format="fasta" name="fasta_cds" label="CDS sequences from Apollo"/>