# HG changeset patch # User iuc # Date 1699649401 0 # Node ID 99ff9221182c663be7aa383971abe3f915f5fc04 # Parent 6b517dc161e4241eeee894050c2f23a718480755 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 13abac83068b126399ec415141007a48c2efaa84 diff -r 6b517dc161e4 -r 99ff9221182c macros.xml --- a/macros.xml Mon Mar 27 08:25:14 2023 +0000 +++ b/macros.xml Fri Nov 10 20:50:01 2023 +0000 @@ -1,6 +1,6 @@ - 1.5.1 + 2.0.2 0 21.01 @@ -15,7 +15,7 @@ - SemiBin -v + SemiBin2 -v @@ -109,10 +109,11 @@ #end if #end for #set $separator = ':' -SemiBin concatenate_fasta +SemiBin2 concatenate_fasta --input-fasta *.fasta --output 'output' --separator '$separator' + --compression none -m $mode.multi_fasta.min_len && ln -s 'output/concatenated.fa' 'contigs.fasta' && @@ -222,7 +223,8 @@ - + + @@ -251,8 +253,8 @@ - - + + @@ -310,6 +312,7 @@ mode["select"]=="multi" and extra_output and "contigs" in extra_output + diff -r 6b517dc161e4 -r 99ff9221182c semibin.xml --- a/semibin.xml Mon Mar 27 08:25:14 2023 +0000 +++ b/semibin.xml Fri Nov 10 20:50:01 2023 +0000 @@ -12,8 +12,7 @@ #import re @BAM_FILES@ @FASTA_FILES@ - -SemiBin +SemiBin2 #if $mode.select == 'single' or $mode.select == 'co' single_easy_bin #if $mode.select == 'single' and str($mode.environment) != '' @@ -52,7 +51,10 @@ --max-node $bin.max_node --max-edges $bin.max_edges --minfasta-kbs $bin.minfasta_kbs - $bin.no_recluster +#if ($mode.select == 'single' or $mode.select == 'co') and "pre_reclustering_bins" in $extra_output + --write-pre-reclustering-bins +#end if + --compression none --threads \${GALAXY_SLOTS:-1} --processes \${GALAXY_SLOTS:-1} && @@ -93,26 +95,30 @@ - + - - not bin["no_recluster"] - + + mode["select"]!="multi" and extra_output and "pre_reclustering_bins" in extra_output + - - mode["select"]!="multi" - + + mode["select"]!="multi" and extra_output and "pre_reclustering_bins" in extra_output + + + + mode["select"]!="multi" and not "pre_reclustering_bins" in extra_output + mode["select"]=="multi" - + (mode["select"]=="single" or mode["select"]=="co") and extra_output and "data" in extra_output @@ -131,7 +137,7 @@ - + @@ -158,49 +164,10 @@
- - +
- - - - - - - - - - - - - - - - - - - - - - - - - + @@ -239,7 +206,7 @@
- +
@@ -252,26 +219,9 @@ -
- - - - - - - - - - - - - - - - - + @@ -313,7 +263,7 @@
- + @@ -340,16 +290,9 @@ - - - - - - - - + @@ -418,13 +361,12 @@ - - - + + - + @@ -456,13 +398,29 @@ - - - - + + + + + + + + + + + + + + + + + + + + - + @@ -497,23 +455,9 @@ - - - - - - - - - - - - - - - + @@ -521,6 +465,13 @@ + + + + + + + @@ -557,7 +508,6 @@ -