Repository 'creatematrix'
hg clone https://toolshed.g2.bx.psu.edu/repos/jnavarro/creatematrix

Changeset 1:9e0251d2ecb5 (2017-10-26)
Previous changeset 0:e94977a3dcad (2017-10-26) Next changeset 2:cabe6c55780a (2017-10-26)
Commit message:
Uploaded
added:
CreateMatrix.xml
b
diff -r e94977a3dcad -r 9e0251d2ecb5 CreateMatrix.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/CreateMatrix.xml Thu Oct 26 07:37:02 2017 -0400
b
@@ -0,0 +1,21 @@
+<tool id="CreateMatrix" name="CreateMatrix" version="1.00">
+<description>Create Genotyping Matrix</description>
+<command interpreter="perl">
+ CreateMatrix.pl -input_name $input_name -input_pileup_file $input_pileup_file -input_variant_unique_file $input_variant_unique_file > $output_file 
+</command>
+<inputs>
+ <param name="input_name" size="30" type="text" label="Genotype name"/>
+ <param name="input_pileup_file"  type="data" format="pileup" label="Select suitable PILEUP files from your history"/>
+ <param name="input_variant_unique_file"  type="data" format="pileup" label="Select suitable VARIANT UNIQUE files from your history"/>
+
+</inputs>
+<outputs>
+ <data name="output_file" format="txt" label="MATRIX on ${on_string}" />
+</outputs>
+
+<help>
+
+
+
+</help>
+</tool>