# HG changeset patch # User iuc # Date 1570690606 14400 # Node ID 5e96efe6e6c60a9fc3a54fe81ba63ab915ac5a0e # Parent 96ac930d84fa76c761898b517968b34aa002c384 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 91ce5717f05aa1b7dd111d299275f5cdcf6e717b" diff -r 96ac930d84fa -r 5e96efe6e6c6 maker.xml --- a/maker.xml Mon May 06 10:06:04 2019 -0400 +++ b/maker.xml Thu Oct 10 02:56:46 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 @@ + - +