Mercurial > repos > iuc > ncbi_fcs_gx
changeset 6:04036a60676b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_fcs_gx commit ad7c8c67ae57c35063273bf660cc92b96911487a
author | iuc |
---|---|
date | Wed, 04 Jun 2025 09:08:30 +0000 |
parents | 2559b7ce2114 |
children | |
files | macros.xml ncbi_fcs_gx.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Mar 25 21:27:03 2025 +0000 +++ b/macros.xml Wed Jun 04 09:08:30 2025 +0000 @@ -6,7 +6,7 @@ </requirements> </xml> <token name="@TOOL_VERSION@">0.5.5</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">21.05</token> <xml name="biotools"> <xrefs>
--- a/ncbi_fcs_gx.xml Tue Mar 25 21:27:03 2025 +0000 +++ b/ncbi_fcs_gx.xml Wed Jun 04 09:08:30 2025 +0000 @@ -15,7 +15,8 @@ if [ ! -e "\${TMPDIR}/sync-files-completed.txt" ]; then ## copy data to local storage mkdir -p "\${TMPDIR}" && - sync_files.py get --mft '$manifest_pathname' --dir "\${TMPDIR}" > /dev/null 2>&1 && + sync_files.py get --mft '$manifest_pathname' --dir "\${TMPDIR}" > sync_files.log 2>&1 || + { cat sync_files.log >&2 ; false ; } && touch "\${TMPDIR}/sync-files-completed.txt"; fi && ## run gx