# HG changeset patch # User nicolas # Date 1477045589 14400 # Node ID 19502dd0b6d9ce37337b6a73a458d3a8f04ff063 # Parent ec8f372ec8dee6ee54f4fa215ee9b1ec0c9863b8 Uploaded diff -r ec8f372ec8de -r 19502dd0b6d9 folds.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/folds.xml Fri Oct 21 06:26:29 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 +"${foldsFile}" -> 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