root/galaxy-central/tools/emboss_5/emboss_cirdna.xml @ 2

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

import galaxy-central

行番号 
1<tool id="EMBOSS: cirdna11" name="cirdna" version="5.0.0">
2  <description>Draws circular maps of DNA constructs</description>
3  <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
4  <command interpreter="perl">emboss_single_outputfile_wrapper.pl cirdna -infile $input1 -graphout png -goutfile $out_file1 -auto</command>
5  <inputs>
6    <param format="data" name="input1" type="data">
7      <label>On query</label>
8    </param>
9  </inputs>
10  <outputs>
11    <data format="png" name="out_file1" />
12  </outputs>
13  <!--    <tests>
14    <test>
15         puts name of file into the png
16    </test>
17  </tests> -->
18  <help>
19    You can view the original documentation here_.
20   
21    .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cirdna.html
22  </help>
23</tool>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。