changeset 3:80b2cedf1a6f draft

Uploaded
author trinity_ctat
date Thu, 21 Jun 2018 19:02:30 -0400
parents f3ab44021b9d
children 2847714632d9
files ctat_lncrna.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ctat_lncrna.xml	Tue Jun 19 15:58:30 2018 -0400
+++ b/ctat_lncrna.xml	Thu Jun 21 19:02:30 2018 -0400
@@ -8,11 +8,11 @@
       <![CDATA[
      #if str($bedfile) != "":
      lncrna --bedfile $bedfile
-     --config "${annotations.fields.path}" 
+     --config "${assembly.fields.path}" 
      #end if
 
      #if str($assembly) != "":
-         --assembly "$assembly"
+         --assembly "${assembly.fields.value}"
      #end if
 
      #if $min_overlap != "":
@@ -57,7 +57,7 @@
       <param name="pad" type="integer" value="0" label="Pad" help="No. of basepairs to search up- and down-stream when lifting over lnc to ortholog" />
       <param name="gap_open" type="text" value="200" label="Gap open penalty to pass to lastz" help="Decreasing this parameter will increase sensitivity of orthology search"/>
       <param name="gap_extend" type="text" value="40" label="Gap extend penalty to pass to lastz" help="Decreasing this parameter will increase sensitivity of orthology search."/>
-      <param name="annotations" type="select" label="Choose annotation:" help="Select annotation">
+      <param name="assembly" type="select" label="Choose annotation:" help="Select annotation">
             <options from_data_table="ctat_lncrna_annotations" />
       </param>
     </inputs>