Skip to content

Commit

Permalink
fix spelling mistake (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 authored Mar 5, 2020
1 parent 7c89456 commit 61f0bcd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions galaxy/wrapper/plotCoverage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#end if
#if ' '.join(map(str, $BED)) != 'None':
#set bedFileLList=[]
#set bedFileList=[]
#for $f in $BED:
#silent $bedFileList.append("'%s'" % $f)
#end for
Expand Down Expand Up @@ -101,11 +101,8 @@
<expand macro="blacklist" />
</when>
</conditional>

<expand macro="input_image_file_format" />
<param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to a file" help=""/>


</inputs>
<outputs>
<expand macro="output_image_file_format_not_nested" />
Expand Down

0 comments on commit 61f0bcd

Please sign in to comment.