# HG changeset patch # User iuc # Date 1721750192 0 # Node ID 2d20b3a1babdc1206e3c4568f1443293eaf4faf3 # Parent c58c1a99578b47cbf09050bb88da36e325f66c79 planemo upload for repository https://github.com/paulzierep/DeepMicro commit 574cb8c241e18a15f006bf307235c7dd23f07c69 diff -r c58c1a99578b -r 2d20b3a1babd deepmicro.xml --- a/deepmicro.xml Sat Jun 10 21:59:04 2023 +0000 +++ b/deepmicro.xml Tue Jul 23 15:56:32 2024 +0000 @@ -18,9 +18,20 @@ #for $params in $mode.parameter_set: #if $params.rl_type.rl_type_choice == "--pca" or $params.rl_type.rl_type_choice == "--rp": - DM.py -r 1 -cd features.csv '$params.rl_type.rl_type_choice' --save_rep --no_clf -t \${GALAXY_SLOTS:-8} && + DM.py -r 1 + -cd features.csv + '$params.rl_type.rl_type_choice' + --save_rep + --no_clf + -t \${GALAXY_SLOTS:-8} && #else: - DM.py -r 1 -cd features.csv '$params.rl_type.rl_type_choice' -dm '$params.rl_type.dm' --save_rep --no_clf -t \${GALAXY_SLOTS:-8} && + DM.py -r 1 + -cd features.csv + '$params.rl_type.rl_type_choice' + -dm '$params.rl_type.dm' + --save_rep + --no_clf + -t \${GALAXY_SLOTS:-8} && #end if #end for @@ -30,14 +41,29 @@ #for $params in $mode.parameter_set: + ## general args + DM.py + -r '$mode.repeat' + -cd features.csv + -cl labels.csv + --save_rep + -m '$params.rl_type.classifier' + --scoring '$mode.scoring' + -f '$mode.folds' + -t \${GALAXY_SLOTS:-8} + ## only train classifier without encoding #if $params.rl_type.rl_type_choice == "no_rl": - DM.py -r 1 -cd features.csv -cl labels.csv --save_rep -m '$params.rl_type.classifier' -t \${GALAXY_SLOTS:-8} && + && echo "Only train Clf - no encoding!" + ## add rl type #elif $params.rl_type.rl_type_choice == "--pca" or $params.rl_type.rl_type_choice == "--rp": - DM.py -r 1 -cd features.csv -cl labels.csv '$params.rl_type.rl_type_choice' --save_rep -m '$params.rl_type.classifier' -t \${GALAXY_SLOTS:-8} && + '$params.rl_type.rl_type_choice' + ## add rl type and dm options #else: - DM.py -r 1 -cd features.csv -cl labels.csv '$params.rl_type.rl_type_choice' -dm '$params.rl_type.dm' --save_rep -m '$params.rl_type.classifier' -t \${GALAXY_SLOTS:-8} && + '$params.rl_type.rl_type_choice' + -dm '$params.rl_type.dm' #end if + && #end for #end if @@ -59,9 +85,9 @@ - - - + + + @@ -79,14 +105,23 @@ + + + + + + + + + - - - + + + @@ -126,13 +161,19 @@ mode["mode_type"] == "only_encoding" + + + mode["mode_type"] == "only_encoding" + + - + @@ -148,7 +189,7 @@ - + @@ -162,8 +203,27 @@ + + + + + + + + + + + + + + + + + + + - + @@ -202,13 +262,16 @@ - + + + + @@ -218,6 +281,8 @@ + + diff -r c58c1a99578b -r 2d20b3a1babd macros.xml --- a/macros.xml Sat Jun 10 21:59:04 2023 +0000 +++ b/macros.xml Tue Jul 23 15:56:32 2024 +0000 @@ -1,7 +1,7 @@ 1.4 - 1 + 2 22.05