comparison braker.xml @ 1:ca7c12566894 draft

"planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 85d503dfb53a60847034bfc655d334e1e6307d28"
author genouest
date Thu, 21 Oct 2021 09:56:31 +0000
parents e50ea151f221
children
comparison
equal deleted inserted replaced
0:e50ea151f221 1:ca7c12566894
27 #end if 27 #end if
28 28
29 ## No hints, use esmode 29 ## No hints, use esmode
30 #if not $evidences.bam and not $evidences.prot_seq 30 #if not $evidences.bam and not $evidences.prot_seq
31 --esmode 31 --esmode
32 #end if
33
34 ## Both proteins and rnaseq hints, use etpmode
35 #if $evidences.bam and $evidences.prot_seq
36 --etpmode
32 #end if 37 #end if
33 38
34 #if $output_format == 'gff3' 39 #if $output_format == 'gff3'
35 --gff3 40 --gff3
36 #end if 41 #end if