# HG changeset patch # User petr-novak # Date 1709903805 0 # Node ID 971dbc97e6076e2fe8c6d951a69fbf2a36babff2 # Parent 440796be7576e74a7a587cba804d16df7eb3402a planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 5269b4297ea690bce0802c3c1cb217f24290f1ec-dirty diff -r 440796be7576 -r 971dbc97e607 macros.xml --- a/macros.xml Tue Nov 28 14:31:07 2023 +0000 +++ b/macros.xml Fri Mar 08 13:16:45 2024 +0000 @@ -1,6 +1,6 @@ - 1.4.1 - 1.4 + 1.5.1 + 1.5 tidecluster diff -r 440796be7576 -r 971dbc97e607 tidecluster.xml --- a/tidecluster.xml Tue Nov 28 14:31:07 2023 +0000 +++ b/tidecluster.xml Fri Mar 08 13:16:45 2024 +0000 @@ -22,12 +22,19 @@ && cp tidecluster_clustering.gff3 '$gff3_clustering' && - if [ -f tidecluster_tarean_report.html ]; then cp tidecluster_tarean_report.html '$tarean_report'; fi + if [ -f tidecluster_index.html ]; then cp tidecluster_index.html '$tarean_report'; fi && mkdir -p ${tarean_report.extra_files_path} && if [ -d tidecluster_tarean ]; then cp -r tidecluster_tarean ${tarean_report.extra_files_path}/; fi && + if [ -d tidecluster_kite ]; then cp -r tidecluster_kite ${tarean_report.extra_files_path}/; fi + && + 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 && zip -r output.zip *