# HG changeset patch # User iuc # Date 1742917799 0 # Node ID f5aff7c9a65d6893708eaf94d360f0ec3422b858 # Parent cae8e4d4f726be753c4f4022f178e407c0196aaa planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit a9fc83e0029266f910b549d5d1eef6a9bc3e3f7b diff -r cae8e4d4f726 -r f5aff7c9a65d generate_sequence_features.xml --- a/generate_sequence_features.xml Mon Mar 27 08:21:02 2023 +0000 +++ b/generate_sequence_features.xml Tue Mar 25 15:49:59 2025 +0000 @@ -13,7 +13,7 @@ @BAM_FILES@ @FASTA_FILES@ -SemiBin +SemiBin2 #if $mode.select == 'single' or $mode.select == 'co' generate_sequence_features_single #else @@ -25,7 +25,7 @@ --output 'output' --threads \${GALAXY_SLOTS:-1} @MIN_LEN@ -#if str($ml_threshold) != '' +#if $ml_threshold: --ml-threshold $ml_threshold #end if ]]> diff -r cae8e4d4f726 -r f5aff7c9a65d macros.xml --- a/macros.xml Mon Mar 27 08:21:02 2023 +0000 +++ b/macros.xml Tue Mar 25 15:49:59 2025 +0000 @@ -1,7 +1,7 @@ - 1.5.1 - 0 + 2.0.2 + 1 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' && @@ -139,9 +140,16 @@ #end for #end if ]]> + + + + + + - + + @@ -152,6 +160,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -161,6 +191,7 @@ + @@ -172,6 +203,7 @@ + @@ -183,6 +215,7 @@ + @@ -222,7 +255,8 @@ - + + @@ -251,8 +285,8 @@ - - + + @@ -310,6 +344,7 @@ mode["select"]=="multi" and extra_output and "contigs" in extra_output +