diff align_seqs.xml @ 5:98614f0549e3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
author iuc
date Sat, 05 Aug 2017 07:17:14 -0400
parents 56adf8db7ce7
children e8bb88f051ec
line wrap: on
line diff
--- a/align_seqs.xml	Mon Jul 10 16:43:05 2017 -0400
+++ b/align_seqs.xml	Sat Aug 05 07:17:14 2017 -0400
@@ -1,5 +1,5 @@
 <tool id="qiime_align_seqs" name="Align sequences" version="@WRAPPER_VERSION@.0">
-    <description>using a variety of alignment methods</description>
+    <description> using a variety of alignment methods (align_seqs)</description>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -12,23 +12,23 @@
     </expand>
     <version_command>align_seqs.py --version</version_command>
     <command detect_errors="aggressive"><![CDATA[
-        align_seqs.py
-            --input_fasta_fp '$input_fasta_fp'
-            -o output
-            --alignment_method '$alignment.alignment_method'
-            #if $alignment.alignment_method == 'pynast'
-                --pairwise_alignment_method '$alignment.pairwise_alignment_method'
-                #if str($alignment.template_fp) != 'None':
-                    --template_fp '$alignment.template_fp'
-                #end if
-            #elif $alignment.alignment_method == 'infernal'
-                --template_fp '$alignment.template_fp'
-            #end if
+align_seqs.py
+    --input_fasta_fp '$input_fasta_fp'
+    -o output
+    --alignment_method '$alignment.alignment_method'
+    #if $alignment.alignment_method == 'pynast'
+        --pairwise_alignment_method '$alignment.pairwise_alignment_method'
+        #if str($alignment.template_fp) != 'None':
+            --template_fp '$alignment.template_fp'
+        #end if
+    #elif $alignment.alignment_method == 'infernal'
+        --template_fp '$alignment.template_fp'
+    #end if
 
-            #if $min_length:
-                --min_length '$min_length'
-            #end if
-            --min_percent_id '$min_percent_id'
+    #if $min_length:
+        --min_length '$min_length'
+    #end if
+    --min_percent_id '$min_percent_id'
     ]]></command>
     <inputs>
         <param argument="--input_fasta_fp" type="data" format="fasta" label="Input fasta file"/>