changeset 1:751f57376aef draft

Deleted selected files
author takakoron
date Mon, 04 Apr 2016 22:47:38 -0400
parents d1b5812700e9
children ee443d18872b
files Visualize_distrubution_of_polymorphism_docker.xml
diffstat 1 files changed, 0 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/Visualize_distrubution_of_polymorphism_docker.xml	Mon Apr 04 22:47:03 2016 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-<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>
-
-