changeset 0:9cbea83f1f68 draft

planemo upload
author mochizuki
date Mon, 11 Apr 2016 07:46:20 -0400
parents
children c325163e6eb9
files Visualize_distrubution_of_polymorphism_docker.xml
diffstat 1 files changed, 43 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Visualize_distrubution_of_polymorphism_docker.xml	Mon Apr 11 07:46:20 2016 -0400
@@ -0,0 +1,43 @@
+<tool id="Visualize_distrubution_of_polymorphism_docker" name="Visualize distribution of DNA polymorphism">
+	<requirements>
+	    <container type="docker">takakoron/distribution_of_dna_polymorphism</container>
+	</requirements>
+	<command interpreter="perl">
+
+		/usr/src/myapp/kick_distribution_polymorphism.pl
+		
+		'$annotation_data'
+		'$polymorphism'
+		'$output1'
+
+	</command>
+
+	<inputs>
+		<!--- input annotation data -->
+		<param name="annotation_data" type="select" label="Select an annotation data" help="If your annotation of interest is not listed, contact the P-GALAXY team">">
+			<options from_file="Visualize_Distrubution_of_polymorphism.loc">
+				<column name="value" index="1" />
+				<column name="name" index="0" />
+			</options>
+		</param>
+		<param name="polymorphism" type="data" label="Select DNA polymorphism file(format : samtools pileup or mpileup)" />
+	</inputs>
+
+	<outputs>
+		<data name="output1" format="html" />
+	</outputs>
+
+<!---
+   <help>
+
+.. class:: infomark
+**About data** 
+
+Distribution of chromosome is appeared in order of genome file.
+
+   </help>
+-->
+
+</tool>
+
+