# HG changeset patch # User iuc # Date 1570690517 14400 # Node ID 804af884eef0581b85e48ceffc2dfb6c71701603 # Parent 681e5067048e4212e9d5b62a586611dc91997bad "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 91ce5717f05aa1b7dd111d299275f5cdcf6e717b" diff -r 681e5067048e -r 804af884eef0 maker.xml --- a/maker.xml Mon May 06 10:04:48 2019 -0400 +++ b/maker.xml Thu Oct 10 02:55:17 2019 -0400 @@ -1,5 +1,5 @@ - + genome annotation pipeline macros.xml @@ -125,7 +125,11 @@ #else if $repeat_masking.repeat_source.source_type == 'library' model_org= # select a model organism for RepBase masking in RepeatMasker -rmlib=${repeat_masking.repeat_source.repeatmasker.rmlib} # provide an organism specific repeat library in fasta format for RepeatMasker +#if $repeat_masking.repeat_source.rmlib +rmlib=${repeat_masking.repeat_source.rmlib} # provide an organism specific repeat library in fasta format for RepeatMasker +#else +rmlib= # provide an organism specific repeat library in fasta format for RepeatMasker +#end if #if $repeat_masking.repeat_source.repeat_protein repeat_protein=${repeat_masking.repeat_source.repeat_protein} # provide a fasta file of transposable element proteins for RepeatRunner @@ -432,8 +436,9 @@ + - +