diff gstf_preparation.xml @ 12:99bae410128c draft

"planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/gstf_preparation commit 4579d0c461c30183a3092d84013e30f53f072ca1-dirty"
author earlhaminst
date Mon, 05 Oct 2020 13:33:59 +0000
parents dbe37a658cd2
children 51a7a2a82902
line wrap: on
line diff
--- a/gstf_preparation.xml	Sun Sep 27 18:54:31 2020 +0000
+++ b/gstf_preparation.xml	Mon Oct 05 13:33:59 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="gstf_preparation" name="GeneSeqToFamily preparation" version="0.4.2">
+<tool id="gstf_preparation" name="GeneSeqToFamily preparation" version="0.4.3">
     <description>converts data for the workflow</description>
     <requirements>
         <requirement type="package" version="3.7">python</requirement>
@@ -47,8 +47,8 @@
 
         <param name="headers" type="select" display="radio" label="Change the header line of the FASTA sequences to the following format" help="As required by TreeBest, part of the GeneSeqToFamily workflow, only TranscriptId_species is acceptable format by Aequatus visualisation">
             <option value="TranscriptId_species" selected="true">TranscriptId_species</option>
-            <option value="GeneSymbol-TranscriptID_species">GeneSymbol-TranscriptID_species</option>
-            <option value="TranscriptSymbol-TranscriptID_species">TranscriptSymbol-TranscriptID_species</option>
+            <option value="TranscriptID-GeneSymbol_species">GeneSymbol-TranscriptID_species</option>
+            <option value="TranscriptID-TranscriptSymbol_species">TranscriptSymbol-TranscriptID_species</option>
             <option value="">Don't change</option>
         </param>
         <param name="regions" type="text" optional="true" label="Comma-separated list of region IDs (e.g. chromosomes or scaffolds) for which FASTA sequences should be filtered out" help="Region IDs are in the `seqid` column for GFF3 and in the `seq_region_name` field in JSON. This is typically used to filter out chromosomes with a non-standard genetic code, like mitochondria, to be analysed separately" />