# HG changeset patch # User petr-novak # Date 1730877374 0 # Node ID a0f57cfa1bb7a327f858c9d8eb191ce37b5bc3cd # Parent 30a8a954dd93273a3c7b70668df988be733ad1be planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 0e706a5b6d79e3b33bdc226d806f0fefe718c57f-dirty diff -r 30a8a954dd93 -r a0f57cfa1bb7 macros.xml --- a/macros.xml Tue Nov 05 14:45:01 2024 +0000 +++ b/macros.xml Wed Nov 06 07:16:14 2024 +0000 @@ -1,5 +1,5 @@ - 1.6.1 + 1.6.2 1.6 diff -r 30a8a954dd93 -r a0f57cfa1bb7 tidecluster.xml --- a/tidecluster.xml Tue Nov 05 14:45:01 2024 +0000 +++ b/tidecluster.xml Wed Nov 06 07:16:14 2024 +0000 @@ -33,10 +33,13 @@ if [ -f tidecluster_kite_report.html ]; then cp tidecluster_kite_report.html ${tarean_report.extra_files_path}/; fi && if [ -f tidecluster_tarean_report.html ]; then cp tidecluster_tarean_report.html ${tarean_report.extra_files_path}/; fi - && if [ -f tidecluster_consensus_dimer_library.fasta ]; then cp tidecluster_consensus_dimer_library.fasta ${trc_library}; fi && + if [ -f tidecluster_trc_superfamilies.html ]; then cp tidecluster_trc_superfamilies.html ${tarean_report.extra_files_path}/; fi + && + if [ -d dotplots ]; then cp -r dotplots ${tarean_report.extra_files_path}/; fi + && zip -r output.zip * #if $library: &&