# HG changeset patch # User iuc # Date 1721750186 0 # Node ID 604bf9c9294fcd1bf61e9e0848a44de6ed263185 # Parent 5fc85e6bdc19cca2839feb3d8ec5223c30e20066 planemo upload for repository https://github.com/paulzierep/DeepMicro commit 574cb8c241e18a15f006bf307235c7dd23f07c69 diff -r 5fc85e6bdc19 -r 604bf9c9294f deepmicro.xml --- a/deepmicro.xml Sat Jun 10 21:58:53 2023 +0000 +++ b/deepmicro.xml Tue Jul 23 15:56:26 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 5fc85e6bdc19 -r 604bf9c9294f macros.xml --- a/macros.xml Sat Jun 10 21:58:53 2023 +0000 +++ b/macros.xml Tue Jul 23 15:56:26 2024 +0000 @@ -1,7 +1,7 @@ 1.4 - 1 + 2 22.05