Repository 'concat_fasta_files'
hg clone https://toolshed.g2.bx.psu.edu/repos/mandorodriguez/concat_fasta_files

Changeset 0:fe8aed46e026 (2015-09-28)
Commit message:
Uploaded
added:
concat_fasta_files.xml
b
diff -r 000000000000 -r fe8aed46e026 concat_fasta_files.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/concat_fasta_files.xml Mon Sep 28 13:19:32 2015 -0400
b
@@ -0,0 +1,36 @@
+<tool id="concat_fasta_files" name="Concat fasta files" version="1.0.0">
+    <description>Concatenates fasta files you select from your history</description>
+    <command>
+        cat #for $q in $input_files# $q #end for# > $out_file1
+    </command>
+    <inputs>
+        <param name="input_files" type="data" multiple="true" optional="false" format="fasta" label="Input text files(s)" help="One or more FASTA files" />
+    </inputs>
+    <outputs>
+        <data name="out_file1" format="fasta" metadata_source="input_files"/>
+    </outputs>
+    <tests>
+    </tests>
+    <help>
+
+
+.. class:: infomark
+
+Provides a list of all fasta files in your history and allows you to select and concat them all together.
+
+.. class:: warningmark
+
+Does not account for any newlines in the files
+
+------
+
+.. class:: infomark
+
+**Tool Author**
+
+Mando Rodriguez
+    </help>
+</tool>
+
+
+