Skip to content

Commit 9092b83

Browse files
bgrueningdpryan79
authored andcommitted
fixes linting issues (#837)
1 parent 507702f commit 9092b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galaxy/wrapper/plotEnrichment.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#end if
3030
3131
#if $advancedOpt.showAdvancedOpt == "yes"
32-
#if $advancedOpt.attributeKey and str($advancedOpt.attributeKey).strip() != "":
32+
#if $advancedOpt.attributeKey:
3333
--attributeKey '$advancedOpt.attributeKey'
3434
#end if
3535
@@ -88,9 +88,9 @@
8888
<expand macro="input_image_file_format" />
8989

9090
<expand macro="advancedOpt_scaffold">
91-
<param argument="--attributeKey" type="text" size="20" label="Optional attribute key"
91+
<param argument="--attributeKey" type="text" optional="true" label="Optional attribute key"
9292
help="Instead of deriving the feature label from the feature column, use the value of the given
93-
attribute key. For example, the gene_biotype. Note that &quot;None&quote; is used for BED files
93+
attribute key. For example, the gene_biotype. Note that 'None' is used for BED files
9494
or entries where the attributeKey is not found." />
9595

9696
<param argument="--plotHeight" type="integer" value="20" min="3"

0 commit comments

Comments
 (0)