# HG changeset patch # User nicolas # Date 1477658792 14400 # Node ID 5a56e1e3b2356b11d3639995becbc0827cc88e38 # Parent d388ee8c2d87e77be88f5a453faec65531abd046 Uploaded diff -r d388ee8c2d87 -r 5a56e1e3b235 folds.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/folds.xml Fri Oct 28 08:46:32 2016 -0400 @@ -0,0 +1,41 @@ + + create folds for classifiers evaluation through cross-validation + + folds.R $config > ${output1} + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${n}" -> n +"${output1}" -> out + + + + + + + + + + Takes the genotypes and use it to determine the different folds for further cross-valisations + return a rda file that contains a list of indexes of the genotype, each element of the list is a fold + the list is made to be used by other tools of the OGHMA suite. + + \ No newline at end of file