commit/galaxy-central: jgoecks: Require pileup format as input to pileup parser tool.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/429c1054c13e/ changeset: 429c1054c13e user: jgoecks date: 2012-08-23 21:58:11 summary: Require pileup format as input to pileup parser tool. affected #: 1 file diff -r 3bd47802bff7946958b0a616e3d42aef50c63277 -r 429c1054c13e9c2206ccd4bc3dfd1ca1fa75973c tools/samtools/pileup_parser.xml --- a/tools/samtools/pileup_parser.xml +++ b/tools/samtools/pileup_parser.xml @@ -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> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket