Repository 'oghma'
hg clone https://toolshed.g2.bx.psu.edu/repos/nicolas/oghma

Changeset 30:e85041eeda80 (2016-10-25)
Previous changeset 29:89175737f16b (2016-10-25) Next changeset 31:4f017b111d6c (2016-10-25)
Commit message:
Uploaded
modified:
encode.xml
b
diff -r 89175737f16b -r e85041eeda80 encode.xml
--- a/encode.xml Tue Oct 25 14:38:58 2016 -0400
+++ b/encode.xml Tue Oct 25 14:39:13 2016 -0400
b
@@ -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>