# HG changeset patch # User iuc # Date 1761639585 0 # Node ID 8428eb03a34918e0c118603ce2ccd2e0338b64b5 # Parent 8317c7dc6407b70aa53d0bb9d173ffedbdfb0eb2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/semibin commit 2c08a2e49a2844efe92340c5a9e9c8323e4a33d6 diff -r 8317c7dc6407 -r 8428eb03a349 bin.xml --- a/bin.xml Sun Aug 10 11:37:53 2025 +0000 +++ b/bin.xml Tue Oct 28 08:19:45 2025 +0000 @@ -12,7 +12,7 @@ #import re @FASTA_FILES@ SemiBin2 bin - --input-fasta 'contigs.fasta' + --input-fasta 'contigs.$input_fasta.ext' --data '$data' #if $mod.select == 'history' --model '$mod.model' @@ -73,7 +73,7 @@ - + @@ -114,7 +114,7 @@ - + diff -r 8317c7dc6407 -r 8428eb03a349 macros.xml --- a/macros.xml Sun Aug 10 11:37:53 2025 +0000 +++ b/macros.xml Tue Oct 28 08:19:45 2025 +0000 @@ -1,7 +1,7 @@ 2.1.0 - 0 + 1 21.01 @@ -79,7 +79,7 @@ - + @@ -88,11 +88,11 @@ - + - + @@ -101,39 +101,27 @@ 'contigs.fasta' && -#else -ln -s '$input_fasta' 'contigs.fasta' && -#end if +ln -s '$input_fasta' 'contigs.$input_fasta.ext' && ]]> 'contigs.fasta' && - #else -ln -s '$mode.input_fasta' 'contigs.fasta' && - #end if +ln -s '$input_fasta' 'contigs.$input_fasta.ext' && #else #if $mode.multi_fasta.select == 'concatenated' - #if $mode.multi_fasta.input_fasta.ext.endswith(".gz") -gunzip -c '$mode.multi_fasta.input_fasta' > 'contigs.fasta' && - #else -ln -s '$mode.multi_fasta.input_fasta' 'contigs.fasta' && - #end if +ln -s '$input_fasta' 'contigs.$input_fasta.ext' && #set $separator = $mode.multi_fasta.separator #else #for $e in $mode.multi_fasta.input_fasta - #set $identifier = re.sub('[^\s\w\-\\.]', '_', str($e.element_identifier)) - #if $e.ext.endswith(".gz") -gunzip -c '$e' > '${identifier}.fasta' && - #else -ln -s '$e' '${identifier}.fasta' && - #end if + #set $identifier = re.sub('[^\s\w\-]', '_', str($e.element_identifier)) +ln -s '$e' '${identifier}.$e.ext' && #end for #set $separator = ':' SemiBin2 concatenate_fasta - --input-fasta *.fasta + --input-fasta + #for $e in $mode.multi_fasta.input_fasta + #set $identifier = re.sub('[^\s\w\-]', '_', str($e.element_identifier)) + '${identifier}.$e.ext' + #end for --output 'output' --separator '$separator' --compression none @@ -158,18 +146,18 @@ @@ -513,4 +501,4 @@ 10.1038/s41467-022-29843-y - + \ No newline at end of file diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted10_naming.bam Binary file test-data/input_multi_sorted10_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted1_naming.bam Binary file test-data/input_multi_sorted1_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted2_naming.bam Binary file test-data/input_multi_sorted2_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted3_naming.bam Binary file test-data/input_multi_sorted3_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted4_naming.bam Binary file test-data/input_multi_sorted4_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted5_naming.bam Binary file test-data/input_multi_sorted5_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted6_naming.bam Binary file test-data/input_multi_sorted6_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted7_naming.bam Binary file test-data/input_multi_sorted7_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted8_naming.bam Binary file test-data/input_multi_sorted8_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_multi_sorted9_naming.bam Binary file test-data/input_multi_sorted9_naming.bam has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_single.fasta.bz2 Binary file test-data/input_single.fasta.bz2 has changed diff -r 8317c7dc6407 -r 8428eb03a349 test-data/input_single.fasta.gz Binary file test-data/input_single.fasta.gz has changed