# HG changeset patch # User iuc # Date 1742918128 0 # Node ID b5a7583b8db03d30e5838bf64434e6309f277c81 # Parent 99ff9221182c663be7aa383971abe3f915f5fc04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b diff -r 99ff9221182c -r b5a7583b8db0 macros.xml --- a/macros.xml Fri Nov 10 20:50:01 2023 +0000 +++ b/macros.xml Tue Mar 25 15:55:28 2025 +0000 @@ -1,7 +1,7 @@ 2.0.2 - 0 + 1 21.01 @@ -140,9 +140,16 @@ #end for #end if ]]> + + + + + + - + + @@ -153,6 +160,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -162,6 +191,7 @@ + @@ -173,6 +203,7 @@ + @@ -184,6 +215,7 @@ + diff -r 99ff9221182c -r b5a7583b8db0 semibin.xml --- a/semibin.xml Fri Nov 10 20:50:01 2023 +0000 +++ b/semibin.xml Tue Mar 25 15:55:28 2025 +0000 @@ -18,17 +18,19 @@ #if $mode.select == 'single' and str($mode.environment) != '' --environment '$mode.environment' #end if - #if $mode.ref.select == "cached" + #if $mode.ref.select == "cached": --reference-db-data-dir '$mode.ref.cached_db.fields.path' - #else + #end if + #if $mode.ref.select == "taxonomy" --taxonomy-annotation-table '$mode.ref.taxonomy_annotation_table' #end if #else multi_easy_bin --separator '$separator' - #if $mode.ref.select == "cached" + #if $mode.ref.select == "cached": --reference-db-data-dir '$mode.ref.cached_db.fields.path' - #else + #end if + #if $mode.ref.select == "taxonomy" --taxonomy-annotation-table #for $e in $mode.ref.taxonomy_annotation_table '$e' @@ -43,7 +45,7 @@ --orf-finder '$orf_finder' --random-seed $random_seed -#if str($annot.ml_threshold) != '' +#if $annot.ml_threshold: --ml-threshold $annot.ml_threshold #end if --epoches $training.epoches @@ -51,7 +53,7 @@ --max-node $bin.max_node --max-edges $bin.max_edges --minfasta-kbs $bin.minfasta_kbs -#if ($mode.select == 'single' or $mode.select == 'co') and "pre_reclustering_bins" in $extra_output +#if ($mode.select == 'single' or $mode.select == 'co') and $extra_output and "pre_reclustering_bins" in $extra_output --write-pre-reclustering-bins #end if --compression none @@ -153,10 +155,58 @@ - -
- + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -198,6 +248,73 @@ + + + + + + + + + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -207,10 +324,7 @@ - -
- -
+
@@ -278,10 +392,7 @@ - -
- -
+
@@ -340,7 +451,7 @@ - + @@ -349,10 +460,7 @@ - -
- -
+
@@ -362,7 +470,6 @@
- @@ -377,7 +484,7 @@ - + @@ -386,10 +493,7 @@ - -
- -
+
@@ -444,9 +548,6 @@ -
- -
@@ -520,4 +621,4 @@ ]]> - + \ No newline at end of file