# HG changeset patch # User iuc # Date 1749028110 0 # Node ID 04036a60676bf7cf0b3cefef4295bd7aa5c262a2 # Parent 2559b7ce2114c49a538d557d62bf280bb3b0c7c5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_fcs_gx commit ad7c8c67ae57c35063273bf660cc92b96911487a diff -r 2559b7ce2114 -r 04036a60676b macros.xml --- 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 @@ 0.5.5 - 0 + 1 21.05 diff -r 2559b7ce2114 -r 04036a60676b ncbi_fcs_gx.xml --- 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