changeset 4:d1055a763560 draft

Uploaded
author jjohnson
date Wed, 29 Nov 2017 17:08:07 -0500
parents 410bb2292786
children 0dc112b3050e
files ._ensembl_cdna_translate.py ._ensembl_cdna_translate.xml ensembl_cdna_translate.xml
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file ._ensembl_cdna_translate.py has changed
Binary file ._ensembl_cdna_translate.xml has changed
--- a/ensembl_cdna_translate.xml	Wed Nov 29 16:33:26 2017 -0500
+++ b/ensembl_cdna_translate.xml	Wed Nov 29 17:08:07 2017 -0500
@@ -32,6 +32,10 @@
         #end if
         #if str($output_choice).find('translation') >= 0:
           | python '$__tool_directory__/ensembl_cdna_translate.py' -i '-' 
+            --min_length = $min_length
+            #if $enzyme:
+                --enzyme '$enzyme'
+            #end if
             #if $input and str($output_choice).find('transcript_bed') >= 0:
                 --transcripts '$transcript_bed'
             #end if
@@ -41,9 +45,6 @@
             #if str($output_choice).find('translation_fasta') >= 0: 
                 --fasta '$translation_fasta'
             #end if
-            #if $enzyme:
-                --enzyme '$enzyme'
-            #end if
         #end if
        
     ]]></command>