changeset 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 cf241e076f7b
files braker.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/braker.xml	Tue Oct 05 12:35:42 2021 +0000
+++ b/braker.xml	Thu Oct 21 09:56:31 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