Skip to content

Commit 61f0bcd

Browse files
authored
fix spelling mistake (#922)
1 parent 7c89456 commit 61f0bcd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

galaxy/wrapper/plotCoverage.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#end if
2727
2828
#if ' '.join(map(str, $BED)) != 'None':
29-
#set bedFileLList=[]
29+
#set bedFileList=[]
3030
#for $f in $BED:
3131
#silent $bedFileList.append("'%s'" % $f)
3232
#end for
@@ -101,11 +101,8 @@
101101
<expand macro="blacklist" />
102102
</when>
103103
</conditional>
104-
105104
<expand macro="input_image_file_format" />
106105
<param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to a file" help=""/>
107-
108-
109106
</inputs>
110107
<outputs>
111108
<expand macro="output_image_file_format_not_nested" />

0 commit comments

Comments
 (0)