Mercurial > repos > earlhaminst > ensembl_longest_cds_per_gene
diff ensembl_longest_cds_per_gene.xml @ 2:6cf9f7f6509c draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/ensembl_longest_cds_per_gene commit 651fae48371f845578753052c6fe173e3bb35670
author | earlhaminst |
---|---|
date | Wed, 15 Mar 2017 20:23:13 -0400 |
parents | a07680f3033a |
children |
line wrap: on
line diff
--- a/ensembl_longest_cds_per_gene.xml Tue Mar 07 11:12:55 2017 -0500 +++ b/ensembl_longest_cds_per_gene.xml Wed Mar 15 20:23:13 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="ensembl_longest_cds_per_gene" name="Select longest CDS per gene" version="0.0.1"> +<tool id="ensembl_longest_cds_per_gene" name="Select longest CDS per gene" version="0.0.2"> <description>from Ensembl CDS FASTA</description> <command detect_errors="exit_code"><![CDATA[ python '$__tool_directory__/ensembl_longest_cds_per_gene.py' -f '$input' -o '$output' @@ -22,6 +22,6 @@ >ENSMUST00000177965.1 cds chromosome:GRCm38:12:113456720:113456736:-1 gene:ENSMUSG00000094057.1 gene_biotype:IG_D_gene transcript_biotype:IG_D_gene gene_symbol:Ighd2-7 description:immunoglobulin heavy diversity 2-7 [Source:MGI Symbol;Acc:MGI:4439866] -Among the CDS sequences having the same gene identifier (ENSMUSG00000094057 in the example above), the tool will select the one with the longest sequence. The header of the sequences in the output dataset will contain only the transcript id without version (ENSMUST00000177965 in the example above). +Among the CDS sequences having the same gene identifier (ENSMUSG00000094057 in the example above), the tool will select the one with the longest sequence. ]]></help> </tool>