comparison braker3.xml @ 5:3452c806c478 draft

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 5bcf6a26284965f4fbf04be67ae7c186bb7e908f
author genouest
date Mon, 12 Feb 2024 10:38:15 +0000
parents 5460380cc057
children c42bf6424ba4
comparison
equal deleted inserted replaced
4:96ad8f880755 5:3452c806c478
14 ## This specific GeneMark version has some tools bundled with it, forced to use it. 14 ## This specific GeneMark version has some tools bundled with it, forced to use it.
15 ## I feel dirty. Pardon me. 15 ## I feel dirty. Pardon me.
16 16
17 export PATH="\$GENEMARK_PATH/../tools/:\$PATH" && 17 export PATH="\$GENEMARK_PATH/../tools/:\$PATH" &&
18 18
19 ## Copy Augustus config dir to work dir, to make sure it's writable when running with containers
20 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
21 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
22
19 braker.pl 23 braker.pl
20 --genome '${genome}' 24 --genome '${genome}'
21 $softmasking 25 $softmasking
22 26
23 #if $evidences.bam: 27 #if $evidences.bam:
131 </data> 135 </data>
132 <data name='output_gff' format='gff3' label="${tool.name} on ${on_string}: GFF Annotation" from_work_dir="braker/braker.gff3"> 136 <data name='output_gff' format='gff3' label="${tool.name} on ${on_string}: GFF Annotation" from_work_dir="braker/braker.gff3">
133 <filter>output_format == 'gff3'</filter> 137 <filter>output_format == 'gff3'</filter>
134 </data> 138 </data>
135 </outputs> 139 </outputs>
136 140
137 <tests> 141 <tests>
138 <test expect_failure="true"> 142 <test expect_failure="true">
139 <param name="genome" value="genome_masked.fa"/> 143 <param name="genome" value="genome_masked.fa"/>
140 <section name="evidences"> 144 <section name="evidences">
141 <param name="bam" value="SRR7458692.bam"/> 145 <param name="bam" value="SRR7458692.bam"/>
181 </section> 185 </section>
182 <param name="output_format" value="gff3" /> 186 <param name="output_format" value="gff3" />
183 <output name="output_gff" file="out_genome/braker.gff3"/> 187 <output name="output_gff" file="out_genome/braker.gff3"/>
184 </test> --> 188 </test> -->
185 189
186 190
187 <help><![CDATA[ 191 <help><![CDATA[
188 192
189 Braker3_ allows for fully automated training of the gene prediction tools GeneMark-EX and AUGUSTUS from RNA-Seq and/or protein homology information, and that integrates the extrinsic evidence from RNA-Seq and protein homology information into the prediction. 193 Braker3_ allows for fully automated training of the gene prediction tools GeneMark-EX and AUGUSTUS from RNA-Seq and/or protein homology information, and that integrates the extrinsic evidence from RNA-Seq and protein homology information into the prediction.
190 194
191 In contrast to other available methods that rely on protein homology information, BRAKER3 reaches high gene prediction accuracy even in the absence of the annotation of very closely related species and in the absence of RNA-Seq data. 195 In contrast to other available methods that rely on protein homology information, BRAKER3 reaches high gene prediction accuracy even in the absence of the annotation of very closely related species and in the absence of RNA-Seq data.