Changeset 1631:a39afe99b3bd

Show
Ignore:
Timestamp:
11/13/08 15:17:42 (2 months ago)
Author:
Greg Von Kuster <greg@bx.psu.edu>
branch:
default
Message:

Missed translating the primaryTable data type from UCSC in my last commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/data_source/ucsc_tablebrowser.xml

    r1630 r1631  
    2424            <request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="bed" > 
    2525            <data_type_translation> 
     26                <format galaxy_format="tabular" remote_format="primaryTable" /> 
    2627                <format galaxy_format="tabular" remote_format="selectedFields" /> 
    2728            </data_type_translation> 
  • tools/data_source/ucsc_tablebrowser_archaea.xml

    r1630 r1631  
    2424        <request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="bed" > 
    2525            <data_type_translation> 
     26                <format galaxy_format="tabular" remote_format="primaryTable" /> 
    2627                <format galaxy_format="tabular" remote_format="selectedFields" /> 
    2728            </data_type_translation> 
  • tools/data_source/ucsc_tablebrowser_test.xml

    r1630 r1631  
    2424        <request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="bed" > 
    2525            <data_type_translation> 
     26                <format galaxy_format="tabular" remote_format="primaryTable" /> 
    2627                <format galaxy_format="tabular" remote_format="selectedFields" /> 
    2728            </data_type_translation>