Skip to content

Commit

Permalink
fixed paths and typos in post build
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jul 15, 2024
1 parent 7e9a25b commit f082153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/BlackCap_post_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# -----

# Species-specific atlas-forge directory
atlas_dir = Path("/media/ceph-niu/neuroinformatics/atlas-forge")
atlas_dir = Path("/ceph/neuroinformatics/neuroinformatics/atlas-forge")
species_id = "BlackCap"
species_dir = atlas_dir / species_id
res_um = 25 # resolution in microns
Expand Down
4 changes: 2 additions & 2 deletions examples/slurm_post_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

#SBATCH -J postabuild # job name
#SBATCH -J postbuild # job name
#SBATCH -p cpu # partition
#SBATCH -N 1 # number of nodes
#SBATCH --mem 64G # memory pool for all cores
Expand All @@ -18,4 +18,4 @@ module load ants
conda activate atlas-forge

# Run the post-build Python script
python BlackCap_post_build.py
python BlackCap_post_build.py

0 comments on commit f082153

Please sign in to comment.