view GetBiggModelProteome.xml @ 4:3f49da9af21c draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit c3527564d230b36ac1a196606c60c97a5b8ad9cf
author metexplore
date Mon, 02 Feb 2026 08:48:46 +0000
parents ff17fec2c799
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<tool id="met4j_GetBiggModelProteome" name="GetBiggModelProteome" version="@TOOL_VERSION@">
  <description>Get proteome in fasta format of a model present in the BIGG database</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="bio_tools"/>
  <expand macro="requirements"/>
  <command detect_errors="exit_code"><![CDATA[met4j bigg.GetBiggModelProteome -m "$modelId"
 -o "$outputFile"
]]></command>
  <inputs>
    <param argument="-m" label="[ex: iMM904] id of the BIGG model" name="modelId" optional="false" type="text" value="iMM904">
      <sanitizer invalid_char="_">
        <valid initial="string.printable"/>
      </sanitizer>
    </param>
  </inputs>
  <outputs>
    <data format="fasta" name="outputFile"/>
  </outputs>
  <tests/>
  <help><![CDATA[Get proteome in fasta format of a model present in the BIGG database
@ATTRIBUTION@]]></help>
  <citations>
    <citation type="doi">10.1093/nar/gkv1049</citation>
  </citations>
</tool>