root/galaxy-central/tools/data_source/import.xml @ 2

リビジョン 2, 1.6 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1<tool id="Featured datasets4" name="Featured datasets">
2  <description>(PSU prepared queries)</description>
3  <command interpreter="python">import.py $data $output</command>
4  <inputs>
5        <display>$data</display>               
6        <param name="data" type="select" display="radio">
7      <option value="eryth">Erythroid predicted cis-regulatory modules</option>
8      <option value="exons">Exons of protein-coding genes in the mouse genome, assembly mm3</option>
9      <option value="cishg16 ">Known cis-regulatory modules in the human HBB gene complex (hg16)</option>
10      <option value="cishg17">Known cis-regulatory modules in the human HBB gene complex (hg17)</option>
11      <option value="krhg16">Known regulatory regions (hg16)</option>
12      <option value="krhg17">Known regulatory regions (hg17)</option>
13      <option value="tARhg16mmc">Human (hg16) evolutionary cold region (vs mouse)</option>
14      <option value="tARhg16mmm">Human (hg16) evolutionary medium region (vs mouse)</option>
15      <option value="tARhg16mmh">Human (hg16) evolutionary hot region (vs mouse)</option>
16      <option value="tARhg16rnc">Human (hg16) evolutionary cold region (vs rat)</option>
17      <option value="tARhg16rnm">Human (hg16) evolutionary medium region (vs rat)</option>
18      <option value="tARhg16rnh">Human (hg16) evolutionary hot region (vs rat)</option>
19      <option value="phastConsHg16">phastCons hg16 (stringent, top ~5%) from UCSC</option>
20      <option value="omimhg16">OMIM disorders (hg16)</option>
21      <option value="omimhg17">OMIM disorders (hg17)</option>
22    </param>
23  </inputs>
24  <outputs>
25    <data format="bed" name="output" />
26  </outputs>
27</tool>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。