Skip to content

Commit

Permalink
copy neuroglancer attributes when creating normalized n5
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Mar 15, 2024
1 parent 29800b6 commit 8bc6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_scripts/multi-sem/wafer-53b/52_normalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ NORMALIZED_DATASET="${Z_CORR_DATASET}_normalized"
NORMALIZED_DATASET_DIR="${N5_PATH}${NORMALIZED_DATASET}"
if [[ ! -d ${NORMALIZED_DATASET_DIR} ]]; then
mkdir -p "${NORMALIZED_DATASET_DIR}"
if [[ -f ${Z_CORR_PATH}/attributes.json ]]; then
if [[ ! -f ${Z_CORR_PATH}/attributes.json ]]; then
cp "${Z_CORR_PATH}"/attributes.json "${NORMALIZED_DATASET_DIR}"
echo "copied ${Z_CORR_PATH}/attributes.json to ${N5_PATH}${NORMALIZED_DATASET}"
fi
Expand Down

0 comments on commit 8bc6a77

Please sign in to comment.