Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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