Skip to content

Commit

Permalink
download dicoms
Browse files Browse the repository at this point in the history
  • Loading branch information
singlesp committed Dec 13, 2024
1 parent a058f3d commit 1f9d246
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions curation/download_dcms/download_dcms.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=4
#SBATCH --mem=16G
#SBATCH --time=48:00:00
#SBATCH --output=/cbica/projects/grmpy/data/bids/code/download_dcms/logs/download_dcms-%A.out
#SBATCH --error=/cbica/projects/grmpy/data/bids/code/download_dcms/logs/download_dcms-%A.err

unset LD_LIBRARY_PATH
/cbica/projects/grmpy/glibc-2.34/lib/ld-linux-x86-64.so.2 /cbica/projects/grmpy/linux_amd64/fw sync -m --include dicom fw://bbl/GRMPY_822831 /cbica/projects/grmpy/data/bids/sourcedata/

0 comments on commit 1f9d246

Please sign in to comment.