# HG changeset patch # User iuc # Date 1678395672 0 # Node ID 31853794ace2f0945404aa9b2d2e74d16c3da193 # Parent 18676df0cb3a151f7d1a04356bcd22f7c9c46d28 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 2948f114101aeefa951f47df8ee3b25656d9680e diff -r 18676df0cb3a -r 31853794ace2 cat_bins.xml --- a/cat_bins.xml Wed Jan 08 13:03:51 2020 -0500 +++ b/cat_bins.xml Thu Mar 09 21:01:12 2023 +0000 @@ -1,4 +1,4 @@ - + annotate with taxonomic classification macros.xml @@ -6,19 +6,24 @@ 1: #set $bin_dir = 'inputs' mkdir -p $bin_dir && #for mag in $mags: - ln -s '$mag' $bin_dir/ && + #set input_identifier = re.sub('[^\s\w\-]', '_', str($mag.element_identifier)) + ln -s '$mag' '${bin_dir}/${input_identifier}.FASTA' && #end for + #else + #set $bin_file = re.sub('[^\s\w\-]', '_', str($mags[0].element_identifier)) + ln -s $mags[0] '$bin_file' && #end if CAT #if $bin_dir - bins -s '.dat' -b '$bin_dir' + bins -s '.FASTA' -b '$bin_dir' #else - bin -b '$mags' + bin -b '$bin_file' #end if @CAT_DB@ @USE_INTERMEDIATES@ @@ -81,7 +86,8 @@ - + + @@ -94,13 +100,13 @@ - + - + diff -r 18676df0cb3a -r 31853794ace2 macros.xml --- a/macros.xml Wed Jan 08 13:03:51 2020 -0500 +++ b/macros.xml Thu Mar 09 21:01:12 2023 +0000 @@ -1,8 +1,9 @@ - 5.0.3 + 5.2.3 + 0 - cat + cat