# HG changeset patch # User iuc # Date 1755766115 0 # Node ID ddfb9c10740a1148e237c180c68577c8725461f1 # Parent 5910c5106cdcebf5ba4c5ddc73c42a806b9d0c91 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/comebin/ commit f33c09bd4b736c401cdc037e328c7be4a24d8cf5 diff -r 5910c5106cdc -r ddfb9c10740a comebin.xml --- a/comebin.xml Mon Aug 04 11:21:41 2025 +0000 +++ b/comebin.xml Thu Aug 21 08:48:35 2025 +0000 @@ -11,8 +11,8 @@ mkdir 'outputs' 'bam_files' && - #set $safename = re.sub('[^\w\-_\.]', '_', $assembly_file.element_identifier) - ln -s '$assembly_file' '${safename}.fasta' && + #set $safename_fasta = re.sub('[^\w\-_\.]', '_', $assembly_file.element_identifier) + ln -s '$assembly_file' '${safename_fasta}.fasta' && #for $file in $bam_files: #set $safename = re.sub('[^\w\-_\.]', '_', $file.element_identifier) @@ -20,7 +20,7 @@ #end for run_comebin.sh - -a 'assembly_file.fasta' + -a '${safename_fasta}.fasta' -o 'outputs' -p 'bam_files' -t \${GALAXY_SLOTS:-12} @@ -47,7 +47,7 @@ - + @@ -81,4 +81,4 @@ ]]> - \ No newline at end of file + diff -r 5910c5106cdc -r ddfb9c10740a macros.xml --- a/macros.xml Mon Aug 04 11:21:41 2025 +0000 +++ b/macros.xml Thu Aug 21 08:48:35 2025 +0000 @@ -6,7 +6,7 @@ 1.0.4 - 0 + 1 24.2