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

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

import galaxy-central

行番号 
1<?xml version="1.0"?>
2<tool name="UCSC Main" id="ucsc_proxy">
3       
4        <description>table browser proxy</description>
5       
6        <command interpreter="python">
7                ucsc_proxy.py $param_file $output
8        </command>
9       
10        <inputs action="/ucsc_proxy/index" check_values="false">
11                <display>go to UCSC $init $hgta_outputType</display>
12                <param type="hidden" name="init" value="1"/>
13                <param type="hidden" name="hgta_outputType" value="bed"/>
14        </inputs>
15       
16        <code file="ucsc_filter.py"/>
17       
18        <outputs>
19                <data name="output" format="bed" />
20        </outputs>
21
22</tool>
23
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。