annotate maker.xml @ 0:0cb75547ecc2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
author iuc
date Thu, 19 Oct 2017 15:41:42 -0400
parents
children c98b3fa910bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
2 <tool id="maker" name="Maker" profile="16.04" version="@VERSION@">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
3 <description>genome annotation pipeline</description>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
4 <macros>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
5 <import>macros.xml</import>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
6 </macros>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
8 <command><![CDATA[
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
9 maker -CTL
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
10
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
11 &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
12
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
13 sed "s/cpus=/cpus=\${GALAXY_SLOTS:-4}/g" '$ctl' > maker_opts.ctl
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
14
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
15 &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
16
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
17 #if $abinitio_gene_prediction.aug_prediction.augustus_mode == 'history'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
18
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
19 ## Using an augustus model from history, we need to unzip it and let augustus find it
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
20
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
21 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
22
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
23 mkdir -p 'augustus_dir/species/' &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
24
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
25 tar -C 'augustus_dir/species/' -xzvf '${abinitio_gene_prediction.aug_prediction.augustus_model}' > /dev/null &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
26
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
27 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
28 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
29
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
30 maker maker_opts.ctl maker_bopts.ctl maker_exe.ctl
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
31
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
32 &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
33
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
34 gff3_merge -d *.maker.output/*_master_datastore_index.log -o '${output_full}'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
35
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
36 &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
37
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
38 awk '{if ($2 == "maker" || $1 ~ /^\#/) {print}}' '${output_full}' | sed -n '/^\#\#FASTA\$/q;p' > '${output_gff}'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
39
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
40 &&
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
41
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
42 awk '{if ($2 != "maker") {print}}' '${output_full}' | sed -n '/^\#\#FASTA\$/q;p' > '${output_evidences}'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
43 ]]></command>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
44 <configfiles>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
45 <!-- Maker doesn't like indentation in its config file... -->
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
46 <configfile name="ctl"><![CDATA[
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
47 #-----Genome (these are always required)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
48 genome=${genome} # genome sequence (fasta file or fasta embeded in GFF3 file)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
49 organism_type=${organism_type} # eukaryotic or prokaryotic. Default is eukaryotic
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
50
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
51 #-----Re-annotation Using MAKER Derived GFF3
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
52 #if $reannotation.reannotate == 'no'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
53 maker_gff= # MAKER derived GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
54 est_pass=0 # use ESTs in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
55 altest_pass=0 # use alternate organism ESTs in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
56 protein_pass=0 # use protein alignments in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
57 rm_pass=0 # use repeats in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
58 model_pass=0 # use gene models in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
59 pred_pass=0 # use ab-initio predictions in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
60 other_pass=0 # passthrough anything else in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
61 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
62 maker_gff=${reannotation.maker_gff} # MAKER derived GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
63 est_pass=${reannotation.est_pass} # use ESTs in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
64 altest_pass=${reannotation.altest_pass} # use alternate organism ESTs in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
65 protein_pass=${reannotation.protein_pass} # use protein alignments in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
66 rm_pass=${reannotation.rm_pass} # use repeats in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
67 model_pass=${reannotation.model_pass} # use gene models in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
68 pred_pass=${reannotation.pred_pass} # use ab-initio predictions in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
69 other_pass=${reannotation.other_pass} # passthrough anything else in maker_gff: 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
70 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
71
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
72 #-----EST Evidence (for best results provide a file for at least one)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
73 #if $est_evidences.est
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
74 est=${est_evidences.est} # set of ESTs or assembled mRNA-seq in fasta format
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
75 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
76 est= # set of ESTs or assembled mRNA-seq in fasta format
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
77 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
78 #if $est_evidences.altest
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
79 altest=${est_evidences.altest} # EST/cDNA sequence file in fasta format from an alternate organism
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
80 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
81 altest= # EST/cDNA sequence file in fasta format from an alternate organism
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
82 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
83 #if $est_evidences.est_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
84 est_gff=${est_evidences.est_gff} # aligned ESTs or mRNA-seq from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
85 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
86 est_gff= # aligned ESTs or mRNA-seq from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
87 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
88 #if $est_evidences.altest_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
89 altest_gff=${est_evidences.altest_gff} # aligned ESTs from a closly relate species in GFF3 format
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
90 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
91 altest_gff= # aligned ESTs from a closly relate species in GFF3 format
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
92 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
93
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
94 #-----Protein Homology Evidence (for best results provide a file for at least one)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
95 #if $protein_evidences.protein
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
96 protein=${protein_evidences.protein} # protein sequence file in fasta format (i.e. from mutiple oransisms)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
97 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
98 protein= # protein sequence file in fasta format (i.e. from mutiple oransisms)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
99 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
100 #if $protein_evidences.protein_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
101 protein_gff=${protein_evidences.protein_gff} # aligned protein homology evidence from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
102 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
103 protein_gff= # aligned protein homology evidence from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
104 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
105
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
106 #-----Repeat Masking (leave values blank to skip repeat masking)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
107 #if $repeat_masking.repeatmasker.do_rm == 'simple'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
108 model_org=simple # select a model organism for RepBase masking in RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
109 rmlib= # provide an organism specific repeat library in fasta format for RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
110 #else if $repeat_masking.repeatmasker.do_rm == 'lib'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
111 model_org= # select a model organism for RepBase masking in RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
112 rmlib=${repeat_masking.repeatmasker.rmlib} # provide an organism specific repeat library in fasta format for RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
113 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
114 model_org= # select a model organism for RepBase masking in RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
115 rmlib= # provide an organism specific repeat library in fasta format for RepeatMasker
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
116 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
117 #if $repeat_masking.repeat_protein
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
118 repeat_protein=${repeat_masking.repeat_protein} # provide a fasta file of transposable element proteins for RepeatRunner
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
119 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
120 repeat_protein= # provide a fasta file of transposable element proteins for RepeatRunner
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
121 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
122 #if $repeat_masking.rm_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
123 rm_gff=${repeat_masking.rm_gff} # pre-identified repeat elements from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
124 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
125 rm_gff= # pre-identified repeat elements from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
126 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
127 prok_rm=0 # forces MAKER to repeatmask prokaryotes (no reason to change this), 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
128 softmask=${repeat_masking.softmask} # use soft-masking rather than hard-masking in BLAST (i.e. seg and dust filtering)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
129
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
130 #-----Gene Prediction
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
131 #if $abinitio_gene_prediction.snaphmm
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
132 snaphmm=${abinitio_gene_prediction.snaphmm} # SNAP HMM file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
133 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
134 snaphmm= # SNAP HMM file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
135 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
136 gmhmm= # GeneMark HMM file, disabled in galaxy as not free
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
137 #if $abinitio_gene_prediction.aug_prediction.augustus_mode == 'builtin'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
138 augustus_species=${abinitio_gene_prediction.aug_prediction.augustus_species} # Augustus gene prediction species model
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
139 #else if $abinitio_gene_prediction.aug_prediction.augustus_mode == 'history'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
140 augustus_species=local # Augustus gene prediction species model
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
141 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
142 augustus_species= # Augustus gene prediction species model
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
143 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
144 fgenesh_par_file= # FGENESH parameter file disabled in galaxy as not free
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
145 #if $gene_prediction.pred_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
146 pred_gff=${gene_prediction.pred_gff} # ab-initio predictions from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
147 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
148 pred_gff= # ab-initio predictions from an external GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
149 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
150 #if $gene_prediction.model_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
151 model_gff=${gene_prediction.model_gff} # annotated gene models from an external GFF3 file (annotation pass-through)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
152 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
153 model_gff= # annotated gene models from an external GFF3 file (annotation pass-through)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
154 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
155 est2genome=${est_evidences.est2genome} # infer gene predictions directly from ESTs, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
156 protein2genome=${protein_evidences.protein2genome} # infer predictions from protein homology, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
157 trna=${gene_prediction.trna} # find tRNAs with tRNAscan, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
158 #if $gene_prediction.snoscan_rrna
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
159 snoscan_rrna=${gene_prediction.snoscan_rrna} # rRNA file to have Snoscan find snoRNAs
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
160 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
161 snoscan_rrna= # rRNA file to have Snoscan find snoRNAs
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
162 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
163 unmask=${abinitio_gene_prediction.unmask} # also run ab-initio prediction programs on unmasked sequence, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
164
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
165 #-----Other Annotation Feature Types (features MAKER doesn't recognize)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
166 #if $advanced.other_gff
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
167 other_gff=${advanced.other_gff} # extra features to pass-through to final MAKER generated GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
168 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
169 other_gff= # extra features to pass-through to final MAKER generated GFF3 file
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
170 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
171
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
172 #-----External Application Behavior Options
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
173 alt_peptide=${advanced.alt_peptide} # amino acid used to replace non-standard amino acids in BLAST databases
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
174 cpus= # max number of cpus to use in BLAST and RepeatMasker (not for MPI, leave 1 when using MPI)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
175
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
176 #-----MAKER Behavior Options
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
177 max_dna_len=${advanced.max_dna_len} # length for dividing up contigs into chunks (increases/decreases memory usage)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
178 min_contig=${advanced.min_contig} # skip genome contigs below this length (under 10kb are often useless)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
179
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
180 pred_flank=${advanced.pred_flank} # flank for extending evidence clusters sent to gene predictors
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
181 pred_stats=${advanced.pred_stats} # report AED and QI statistics for all predictions as well as models
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
182 AED_threshold=${advanced.AED_threshold} # Maximum Annotation Edit Distance allowed (bound by 0 and 1)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
183 min_protein=${advanced.min_protein} # require at least this many amino acids in predicted proteins
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
184 alt_splice=${advanced.alt_splice} # Take extra steps to try and find alternative splicing, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
185 always_complete=${advanced.always_complete} # extra steps to force start and stop codons, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
186 map_forward=${advanced.map_forward} # map names and attributes forward from old GFF3 genes, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
187 keep_preds=${advanced.keep_preds} # Concordance threshold to add unsupported gene prediction (bound by 0 and 1)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
188
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
189 split_hit=${advanced.split_hit} # length for the splitting of hits (expected max intron size for evidence alignments)
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
190 single_exon=${advanced.single_exon.single_exon} # consider single exon EST evidence when generating annotations, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
191 #if $advanced.single_exon.single_exon == '1'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
192 single_length=${advanced.single_length} # min length required for single exon ESTs if 'single_exon is enabled'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
193 #else
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
194 single_length=250 # min length required for single exon ESTs if 'single_exon is enabled'
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
195 #end if
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
196 correct_est_fusion=${advanced.correct_est_fusion} # limits use of ESTs in annotation to avoid fusion genes
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
197
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
198 tries=2 # number of times to try a contig if there is a failure for some reason
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
199 clean_try=0 # remove all data from previous run before retrying, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
200 clean_up=0 # removes theVoid directory with individual analysis files, 1 = yes, 0 = no
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
201 TMP= # specify a directory other than the system default temporary directory for temporary files
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
202 ]]></configfile>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
203 </configfiles>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
204
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
205 <inputs>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
206 <param name="genome" type="data" format="fasta" label="Genome to annotate"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
207 <param name="organism_type" type="select" label="Organism type">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
208 <option value="eukaryotic">Eukaryotic</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
209 <option value="prokaryotic">Prokaryotic</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
210 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
211
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
212 <conditional name="reannotation">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
213 <param name="reannotate" type="select" label="Re-annotate using an existing Maker annotation">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
214 <option value="no" selected="true">No</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
215 <option value="yes">Yes</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
216 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
217 <when value="no"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
218 <when value="yes">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
219 <param name="maker_gff" type="data" format="gff" label="Previous Maker annotation"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
220 <param name="est_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use ESTs"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
221 <param name="altest_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use alternate organism ESTs"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
222 <param name="protein_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use protein alignments"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
223 <param name="rm_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use repeats"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
224 <param name="model_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use gene models"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
225 <param name="pred_pass" type="boolean" truevalue="1" falsevalue="0" label="Re-use ab-initio predictions"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
226 <param name="other_pass" type="boolean" truevalue="1" falsevalue="0" label="Passthrough anything else"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
227 </when>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
228 </conditional>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
229
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
230 <section name="est_evidences" title="EST evidences (for best results provide at least one of these)" expanded="True">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
231 <param name="est2genome" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Infer gene predictions directly from all ESTs" help="Maker will blindly trust EST alignments to create gene models. Use this only before training ab-initio predictors."/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
232 <param name="est" type="data" format="fasta" label="ESTs or assembled cDNA" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
233 <param name="altest" type="data" format="fasta" label="EST/cDNA from an alternate organism" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
234 <param name="est_gff" type="data" format="gff" label="Aligned ESTs or cDNA" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
235 <param name="altest_gff" type="data" format="gff" label="Aligned EST/cDNA from an alternate organism" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
236 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
237
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
238 <section name="protein_evidences" title="Protein evidences (for best results provide at least one of these)" expanded="True">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
239 <param name="protein2genome" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Infer gene predictions directly from all protein alignments" help="Maker will blindly trust protein alignments to create gene models. Use this only before training ab-initio predictors."/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
240 <param name="protein" type="data" format="fasta" label="Protein sequences" help="From mutiple organisms" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
241 <param name="protein_gff" type="data" format="gff" label="Aligned proteins" help="From mutiple organisms" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
242 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
243
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
244 <section name="abinitio_gene_prediction" title="Ab-initio gene prediction" expanded="True">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
245 <param name="snaphmm" type="data" format="snaphmm" label="SNAP model" optional="True" help="Leave empty to disable gene prediction by SNAP"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
246
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
247 <conditional name="aug_prediction">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
248 <param name="augustus_mode" type="select" label="Prediction with Augustus">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
249 <option value="no" selected="true">Don't use Augustus to predict genes</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
250 <option value="builtin">Run Augustus with a predefined prediction model</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
251 <option value="history">Run Augustus with a custom prediction model</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
252 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
253 <when value="no"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
254 <when value="history">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
255 <param name="augustus_model" type="data" format="augustus" label="Augustus model"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
256 </when>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
257 <when value="builtin">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
258 <param name="augustus_species" type="select" label="Augustus species model">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
259 <!-- If you update this list, please also update it in augustus and busco tools (../augustus/augustus.xml and ../busco/busco.xml) -->
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
260 <option value="human">Homo sapiens</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
261 <option value="fly">Drosophila melanogaster</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
262 <option value="arabidopsis">Arabidopsis thaliana</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
263 <option value="brugia ">Brugia malayi</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
264 <option value="aedes">Aedes aegypti</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
265 <option value="tribolium2012">Tribolium castaneum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
266 <option value="schistosoma">Schistosoma mansoni</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
267 <option value="tetrahymena">Tetrahymena thermophila</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
268 <option value="galdieria">Galdieria sulphuraria</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
269 <option value="maize">Zea mays</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
270 <option value="toxoplasma">Toxoplasma gondii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
271 <option value="caenorhabditis ">Caenorhabditis elegans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
272 <option value="aspergillus_fumigatus">Aspergillus fumigatus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
273 <option value="aspergillus_nidulans ">Aspergillus nidulans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
274 <option value="aspergillus_oryzae ">Aspergillus oryzae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
275 <option value="aspergillus_terreus">Aspergillus terreus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
276 <option value="botrytis_cinerea ">Botrytis cinerea</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
277 <option value="candida_albicans ">Candida albicans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
278 <option value="candida_guilliermondii ">Candida guilliermondii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
279 <option value="candida_tropicalis ">Candida tropicalis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
280 <option value="chaetomium_globosum">Chaetomium globosum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
281 <option value="coccidioides_immitis">Coccidioides immitis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
282 <option value="coprinus">Coprinus cinereus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
283 <option value="coprinus_cinereus">Coprinus cinereus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
284 <option value="cryptococcus_neoformans_gattii">Cryptococcus neoformans gattii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
285 <option value="cryptococcus_neoformans_neoformans_B">Cryptococcus neoformans neoformans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
286 <option value="cryptococcus_neoformans_neoformans_JEC21">Cryptococcus neoformans neoformans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
287 <option value="cryptococcus">Cryptococcus neoformans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
288 <option value="debaryomyces_hansenii">Debaryomyces hansenii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
289 <option value="encephalitozoon_cuniculi_GB">Encephalitozoon cuniculi</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
290 <option value="eremothecium_gossypii">Eremothecium gossypii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
291 <option value="fusarium_graminearum ">Fusarium graminearum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
292 <option value="histoplasma_capsulatum ">Histoplasma capsulatum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
293 <option value="histoplasma">Histoplasma capsulatum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
294 <option value="kluyveromyces_lactis ">Kluyveromyces lactis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
295 <option value="laccaria_bicolor ">Laccaria bicolor</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
296 <option value="lamprey">Petromyzon marinus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
297 <option value="leishmania_tarentolae">Leishmania tarentolae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
298 <option value="lodderomyces_elongisporus">Lodderomyces elongisporus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
299 <option value="magnaporthe_grisea ">Magnaporthe grisea</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
300 <option value="neurospora_crassa">Neurospora crassa</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
301 <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
302 <option value="pichia_stipitis">Pichia stipitis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
303 <option value="rhizopus_oryzae">Rhizopus oryzae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
304 <option value="saccharomyces_cerevisiae_S288C">Saccharomyces cerevisiae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
305 <option value="saccharomyces_cerevisiae_rm11-1a_1">Saccharomyces cerevisiae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
306 <option value="saccharomyces">Saccharomyces cerevisiae</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
307 <option value="schizosaccharomyces_pombe">Schizosaccharomyces pombe</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
308 <option value="trichinella">Trichinella spiralis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
309 <option value="ustilago_maydis">Ustilago maydis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
310 <option value="yarrowia_lipolytica">Yarrowia lipolytica</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
311 <option value="nasonia">Nasonia vitripennis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
312 <option value="tomato">Solanum lycopersicum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
313 <option value="chlamydomonas">Chlamydomonas reinhardtii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
314 <option value="amphimedon">Amphimedon queenslandica</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
315 <option value="pneumocystis">Pneumocystis jirovecii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
316 <option value="chicken">Gallus gallus domesticus (chicken)</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
317 <option value="cacao">Theobroma cacao (cacao)</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
318 <option value="heliconius_melpomene1">Heliconius melpomene</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
319 <option value="xenoturbella">Xenoturbella</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
320 <option value="E_coli_K12">E coli K12</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
321 <option value="c_elegans_trsk">c elegans trsk</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
322 <option value="camponotus_floridanus">Camponotus floridanus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
323 <option value="coyote_tobacco">Coyote tobacco</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
324 <option value="s_aureus">Staphylococcus aureus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
325 <option value="thermoanaerobacter_tengcongensis">Thermoanaerobacter tengcongensis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
326 <option value="wheat">wheat</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
327 <option value="zebrafish">Danio rerio</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
328 <option value="anidulans">Aspergillus nidulans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
329 <option value="bombus_impatiens1">Bombus impatiens1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
330 <option value="bombus_terrestris2">Bombus terrestris2</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
331 <option value="botrytis_cinerea">Botrytis cinerea</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
332 <option value="brugia_malayi">Brugia malayi</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
333 <option value="conidiobolus_coronatus">Conidiobolus coronatus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
334 <option value="cryptococcus_neoformans">Cryptococcus neoformans</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
335 <option value="culex_pipiens">Culex pipiens</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
336 <option value="elephant_shark">Callorhinchus milii</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
337 <option value="honeybee1">Apis mellifera</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
338 <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
339 <option value="pea_aphid">Acyrthosiphon pisum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
340 <option value="rhodnius_prolixus">Rhodnius prolixus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
341 <option value="ustilago_maydis">Ustilago maydis</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
342 <option value="verticillium_albo_atrum1">Verticillium albo atrum1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
343 <option value="verticillium_longisporum1">Verticillium longisporum1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
344 <option value="Xipophorus_maculatus">Xipophorus_maculatus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
345 <option value="adorsata">adorsata</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
346 <option value="ancylostoma_ceylanicum">ancylostoma_ceylanicum</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
347 <option value="maker2_athal1">maker2_athal1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
348 <option value="maker2_c_elegans1">maker2_c_elegans1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
349 <option value="maker2_dmel1">maker2_dmel1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
350 <option value="maker2_spomb1">maker2_spomb1</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
351 <option value="parasteatoda">parasteatoda</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
352 <option value="rice">rice</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
353 <option value="schistosoma2">schistosoma2</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
354 <option value="sulfolobus_solfataricus">sulfolobus_solfataricus</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
355 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
356 </when>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
357 </conditional>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
358 <param name="unmask" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Run ab-initio prediction programs on unmasked sequence" help="Predictors will look for genes in repeated elements (like transposons). Only useful when you believe that transposons might have been integrated into a real gene structure (rare)."/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
359 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
360
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
361 <section name="repeat_masking" title="Repeat masking" expanded="True">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
362 <conditional name="repeatmasker">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
363 <param name="do_rm" type="select" label="Enable repeat masking with RepeatMasker">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
364 <option value="no">No</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
365 <option value="simple" selected="true">Yes, run RepeatMasker with default simple models</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
366 <option value="lib">Yes, use an organism specific repeat library (fasta)</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
367 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
368 <!-- full repbase cannot be redistributed (for licensing reasons, see https://hpc.nih.gov/apps/repbase_license.html),
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
369 using only the default maker base
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
370 model_org is ignored and replaced by 'simple' if the full RepBase is not available.
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
371 model_org=simple means maker will search using the simple models shipped by default
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
372 Installing RepBase requires to replace files in the RepeatMasker installation dir
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
373 -->
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
374 <when value="no"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
375 <when value="simple"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
376 <when value="lib">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
377 <param name="rmlib" type="data" format="fasta" label="Organism specific repeat library for RepeatMasker (fasta)"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
378 </when>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
379 </conditional>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
380 <param name="repeat_protein" type="data" format="fasta" label="Transposable element protein sequences for RepeatRunner (fasta)" help="Leave empty to skip" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
381 <param name="rm_gff" type="data" format="gff" label="Pre-identified repeat elements from an external GFF file" help="Leave empty to skip" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
382 <param name="softmask" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Use soft-masking rather than hard-masking in BLAST" help="i.e. seg and dust filtering"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
383 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
384
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
385 <section name="gene_prediction" title="Other predictions" expanded="True">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
386 <param name="pred_gff" type="data" format="gff" label="Predictions from an external GFF3 file" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
387 <param name="model_gff" type="data" format="gff" label="Annotated gene models an external GFF3 file" help="annotation pass-through" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
388 <param name="trna" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Find tRNAs with tRNAscan"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
389 <param name="snoscan_rrna" type="data" format="fasta" label="rRNA file to have Snoscan find snoRNAs" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
390 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
391
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
392 <section name="advanced" title="Advanced settings" expanded="False">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
393 <param name="other_gff" type="data" format="gff" label="Extra features to pass-through to final Maker generated GFF3 file" optional="True"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
394 <param name="alt_peptide" type="text" value="C" size="1" label="Amino acid used to replace non-standard amino acids in BLAST databases">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
395 <validator type="regex" message="This must be a single uppercase letter">^[A-Z]$</validator>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
396 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
397 <param name="max_dna_len" type="integer" value="100000" label="Length for dividing up contigs into chunks" help="Increases/decreases memory usage"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
398 <param name="min_contig" type="integer" value="1" label="Skip genome contigs below this length" help="Under 10kb are often useless"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
399 <param name="pred_flank" type="integer" value="200" label="Flank for extending evidence clusters sent to gene predictors"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
400 <param name="pred_stats" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Report AED and QI statistics for all predictions as well as models"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
401 <param name="AED_threshold" type="float" min="0" max="1" value="1" label="Maximum Annotation Edit Distance allowed"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
402 <param name="min_protein" type="integer" value="0" label="Require at least this many amino acids in predicted proteins"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
403 <param name="alt_splice" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Take extra steps to try and find alternative splicing" help="Will try to output gene isoforms when detected instead of a single consensus isoform.Use this if you have good EST evidences allowing to detect isoforms."/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
404 <param name="always_complete" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Take extra steps to force the finding of a start and stop codons" help="Only cannonical gene structures will be reported, but it can lead to biologically incorrect seqences."/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
405 <param name="map_forward" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Map names and attributes forward from old GFF3 genes"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
406 <param name="keep_preds" type="float" min="0" max="1" value="0" label="Concordance threshold to add unsupported gene prediction"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
407 <param name="split_hit" type="integer" value="10000" label="length for the splitting of hits" help="Expected max intron size for evidence alignments"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
408 <param name="correct_est_fusion" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Limit use of ESTs in annotation to avoid fusion genes"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
409 <conditional name="single_exon">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
410 <param name="single_exon" type="select" label="Consider single exon EST evidence when generating annotations">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
411 <option value="0" selected="true">No</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
412 <option value="1">Yes</option>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
413 </param>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
414 <when value="0"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
415 <when value="1">
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
416 <param name="single_length" type="integer" value="250" label="min length required for single exon ESTs if"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
417 </when>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
418 </conditional>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
419 </section>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
420 </inputs>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
421 <outputs>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
422 <data format="gff3" name="output_gff" label="${tool.name} on ${on_string}: final annotation"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
423 <data format="gff3" name="output_evidences" label="${tool.name} on ${on_string}: evidences"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
424 <data format="gff3" name="output_full" label="${tool.name} on ${on_string}: full gff (evidences + final annotation)"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
425 </outputs>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
426 <tests>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
427 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
428 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
429 <param name="est_evidences|est" value="est.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
430 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
431 <output name="output_gff" file="annot.gff3"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
432 <output name="output_evidences" file="evidences.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
433 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
434 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
435 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
436 <param name="organism_type" value="prokaryotic"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
437 <param name="est_evidences|est" value="est.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
438 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
439 <output name="output_gff" file="annot_proc.gff3"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
440 <output name="output_evidences" file="evidences_proc.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
441 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
442 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
443 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
444 <param name="reannotation|reannotate" value="yes"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
445 <param name="reannotation|maker_gff" value="evidences.gff3"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
446 <param name="reannotation|est_pass" value="true"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
447 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
448 <output name="output_gff" file="annot_reuse.gff3"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
449 <output name="output_evidences" file="evidences_reuse.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
450 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
451 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
452 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
453 <param name="abinitio_gene_prediction|snaphmm" value="snap.hmm"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
454 <param name="abinitio_gene_prediction|aug_prediction|augustus_mode" value="builtin"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
455 <param name="abinitio_gene_prediction|aug_prediction|augustus_species" value="human"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
456 <param name="est_evidences|est" value="est.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
457 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
458 <output name="output_gff" file="annot_human.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
459 <output name="output_evidences" file="evidences_human.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
460 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
461 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
462 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
463 <param name="abinitio_gene_prediction|snaphmm" value="snap.hmm"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
464 <param name="abinitio_gene_prediction|aug_prediction|augustus_mode" value="history"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
465 <param name="abinitio_gene_prediction|aug_prediction|augustus_model" value="local.tar.gz" ftype="augustus"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
466 <param name="est_evidences|est" value="est.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
467 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
468 <output name="output_gff" file="annot_model.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
469 <output name="output_evidences" file="evidences_model.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
470 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
471 <test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
472 <param name="genome" value="genome.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
473 <param name="est_evidences|est" value="est.fasta"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
474 <param name="est_evidences|est2genome" value="1"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
475 <param name="repeat_masking|repeatmasker|do_rm" value="no"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
476 <output name="output_gff" file="annot_norm.gff3"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
477 <output name="output_evidences" file="evidences_norm.gff3" compare="sim_size"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
478 </test>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
479 </tests>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
480 <help><![CDATA[
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
481 MAKER is a portable and easily configurable genome annotation pipeline. Its purpose is to allow smaller eukaryotic and prokaryotic genome projects to independently annotate their genomes and to create genome databases. MAKER identifies repeats, aligns ESTs and proteins to a genome, produces ab-initio gene predictions and automatically synthesizes these data into gene annotations having evidence-based quality values. MAKER is also easily trainable: outputs of preliminary runs can be used to automatically retrain its gene prediction algorithm, producing higher quality gene-models on seusequent runs. MAKER's inputs are minimal and its ouputs can be directly loaded into a GMOD database. They can also be viewed in the Apollo genome browser; this feature of MAKER provides an easy means to annotate, view and edit individual contigs and BACs without the overhead of a database. MAKER should prove especially useful for emerging model organism projects with minimal bioinformatics expertise and computer resources.
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
482
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
483 .. _Maker: http://www.yandell-lab.org/software/maker.html
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
484 ]]></help>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
485 <expand macro="citations"/>
0cb75547ecc2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff changeset
486 </tool>