diff rgclustal/rgClustalw.xml @ 1:e49657d6921e draft

Uploaded
author fubar
date Wed, 10 Jul 2013 20:38:37 -0400
parents 332e4617d267
children 98273d7fd5da
line wrap: on
line diff
--- a/rgclustal/rgClustalw.xml	Tue Jun 07 16:14:32 2011 -0400
+++ b/rgclustal/rgClustalw.xml	Wed Jul 10 20:38:37 2013 -0400
@@ -1,7 +1,10 @@
 <tool id="clustalw" name="ClustalW" version="0.1">
    <description>multiple sequence alignment program for DNA or proteins</description>
+   <requirements>
+      <requirement type="package" version="2.1">package_clustalw</requirement>
+  </requirements>
    <command> 
-    #if   ($range.mode=="part")
+    #if ($range.mode=="part")
     clustalw2 -infile=$input -outfile=$output -OUTORDER=$out_order -RANGE=$range.seq_range_start,$range.seq_range_end
     #elif ($range.mode=="complete")
     clustalw2 -infile=$input -outfile=$output -OUTORDER=$out_order