view glang-galaxy-conf/gembassy/gb1.xml @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents
children
line wrap: on
line source

<tool id="EMBOSS: gb1" name="gb1" version="1.0.2">
  <description>Calculates strand bias of bacterial genome using B1 index</description>
  <command>gb1 -sequence $input1 -method $method -auto -noaccid -outfile $out_file1</command>
  <inputs>
  <param format="data" name="input1" type="data">
    <label>Sequence</label>
  </param>
    <param name="method" type="select" value="rocha">
      <label>Choose method of 'lobry' or 'rocha'</label>
      <option value="lobry">Lobry</option>
      <option value="rocha">Rocha</option>
    </param>

  </inputs>
  <outputs>
    <data format="txt" name="out_file1" label="${tool.name} for ${input1.name}" />    
  </outputs>
</tool>