changeset 1:808f2f89243e 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:55:55 +0000
parents c6b5eb8fe16b
children e83658e13399
files braker.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/braker.xml	Tue Oct 05 12:35:07 2021 +0000
+++ b/braker.xml	Thu Oct 21 09:55:55 2021 +0000
@@ -31,6 +31,11 @@
     --esmode
 #end if
 
+## Both proteins and rnaseq hints, use etpmode
+#if $evidences.bam and $evidences.prot_seq
+    --etpmode
+#end if
+
 #if $output_format == 'gff3'
     --gff3
 #end if