mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Require pileup format as input to pileup parser tool.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#end if#
|
||||
</command>
|
||||
<inputs>
|
||||
<param name="input" type="data" format="tabular" label="Select dataset"/>
|
||||
<param name="input" type="data" format="pileup" label="Select dataset"/>
|
||||
<conditional name="pileup_type">
|
||||
<param name="type_select" type="select" label="which contains" help="See "Types of pileup datasets" below for examples">
|
||||
<option value="six" selected="true">Pileup with six columns (simple)</option>
|
||||
|
||||
Reference in New Issue
Block a user