Mercurial > repos > cpt > cpt_export_seq_unique
view gff3_extract_sequence2.xml @ 2:ba370cca3857 draft
planemo upload commit c2e2760ae56ed7d73f7ada10c105bf0e9bd80480
author | cpt |
---|---|
date | Sun, 23 Jul 2023 20:59:40 +0000 |
parents | ac766d7dd641 |
children | 5e8787e39d30 |
line wrap: on
line source
<tool id="edu.tamu.cpt.gff3.export_seq_unique" name="Feature Sequence Export Unique" version="1.2"> <description>specially modified for sending CDSs to blast</description> <macros> <import>macros.xml</import> <import>cpt-macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ @GENOME_SELECTOR_PRE@ '$__tool_directory__/gff3_extract_sequence.py' @GENOME_SELECTOR@ @INPUT_GFF@ --feature_filter unique_cds '$nodesc' > '$default' 2> '$gff3' ]]></command> <inputs> <expand macro="genome_selector"/> <expand macro="gff3_input"/> <param label="Remove description (use if blasting)" name="nodesc" type="boolean" truevalue="--nodesc" falsevalue=""/> </inputs> <outputs> <data format="fasta" hidden="false" name="default"/> <data format="gff3" hidden="false" name="gff3"/> </outputs> <help><![CDATA[ **What it does** Extract fasta sequences from a parent genome. ]]></help> <expand macro="citations"/> </tool>