Skip to content

Commit

Permalink
update scripts for today's pass12
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Apr 4, 2023
1 parent 6a0c1d8 commit a2a63c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ JAR="${FLYEM_DATA_ROOT}/render/lib/hot-knife.latest-fat.jar"
CLASS="org.janelia.saalfeldlab.hotknife.ViewAlignedSlabSeries"

N5_PATH="/nrs/hess/render/export/hess.n5"
TRANSFORM_GROUP="/surface-align/run_20230330_092301/pass12"
TRANSFORM_GROUP="/surface-align/run_20230404_105038/pass12"


ARGV="\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export RUNTIME=${3:-4320} # default is minutes in 3 days
# setup export parameters

N5_PATH="/nrs/hess/render/export/hess.n5"
TRANSFORM_GROUP="/surface-align/run_20230330_092301/pass12"
DATA_SET_OUTPUT="/wafer-52-align/run_20230330_092301/pass12/s0"
TRANSFORM_GROUP="/surface-align/run_20230404_105038/pass12"
DATA_SET_OUTPUT="/wafer-52-align/run_20230404_105038/pass12/s0"

ARGV="\
--n5PathInput ${N5_PATH} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source "${SCRIPT_DIR}/00_config.sh" "ALL"

#export RUNTIME="3:59"

INPUT_DATASET_ROOT="/wafer-52-align/run_20230330_092301/pass12"
INPUT_DATASET_ROOT="/wafer-52-align/run_20230404_105038/pass12"

OUTPUT_DATASET_PATHS="${INPUT_DATASET_ROOT}/s1"
FACTORS="2,2,1"
Expand Down

0 comments on commit a2a63c6

Please sign in to comment.