Mercurial > repos > nicolas > oghma
comparison encode.xml @ 30:e85041eeda80 draft
Uploaded
| author | nicolas |
|---|---|
| date | Tue, 25 Oct 2016 14:39:13 -0400 |
| parents | 0f87be78e151 |
| children |
comparison
equal
deleted
inserted
replaced
| 29:89175737f16b | 30:e85041eeda80 |
|---|---|
| 11 | 11 |
| 12 <param name="separator" type="text" value="/" | 12 <param name="separator" type="text" value="/" |
| 13 label="separator of the heterozygous" help=" caracter used to separate heterozygous in the genotype" | 13 label="separator of the heterozygous" help=" caracter used to separate heterozygous in the genotype" |
| 14 /> | 14 /> |
| 15 | 15 |
| 16 <param name="code" type="text" value="0,1,2" | |
| 17 label="coding schem" help=" method to encode the genotype as minor homozygous/heterozygous/major homozygous. Three numbers separated by comma are expected " | |
| 18 /> | |
| 19 | |
| 20 <param name="encodedPath" type="text" | 16 <param name="encodedPath" type="text" |
| 21 label="path to the output file" help= " a .csv extension is automatically added by OGHMA" | 17 label="path to the output file" help= " a .csv extension is automatically added by OGHMA" |
| 22 /> | 18 /> |
| 23 </inputs> | 19 </inputs> |
| 24 | 20 |
| 27 <configfile name="config"> | 23 <configfile name="config"> |
| 28 ## Desc: this file is sourced in encode wrapper script | 24 ## Desc: this file is sourced in encode wrapper script |
| 29 ## as means to pass all galaxy params to R | 25 ## as means to pass all galaxy params to R |
| 30 "${genotype}" -> genotype | 26 "${genotype}" -> genotype |
| 31 "${separator}" -> sep | 27 "${separator}" -> sep |
| 32 "${code}" -> code | |
| 33 "${encodedPath}" -> out | 28 "${encodedPath}" -> out |
| 34 | 29 |
| 35 </configfile> | 30 </configfile> |
| 36 </configfiles> | 31 </configfiles> |
| 37 | 32 |
