changeset 30:e85041eeda80 draft

Uploaded
author nicolas
date Tue, 25 Oct 2016 14:39:13 -0400
parents 89175737f16b
children 4f017b111d6c
files encode.xml
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/encode.xml	Tue Oct 25 14:38:58 2016 -0400
+++ b/encode.xml	Tue Oct 25 14:39:13 2016 -0400
@@ -13,10 +13,6 @@
 			  label="separator of the heterozygous" help=" caracter used to separate heterozygous in the genotype" 
 	/>
 	
-	<param name="code" type="text" value="0,1,2"
-			label="coding schem" help=" method to encode the genotype as minor homozygous/heterozygous/major homozygous. Three numbers separated by comma are expected " 
-	/>
-	
 	<param name="encodedPath" type="text"
 			label="path to the output file" help= " a .csv extension is automatically added by OGHMA" 
 	/>
@@ -29,7 +25,6 @@
 ##  as means to pass all galaxy params to R
 "${genotype}" -> genotype
 "${separator}" -> sep
-"${code}" -> code
 "${encodedPath}" -> out
 
     </configfile>