We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a058f3d commit 1f9d246Copy full SHA for 1f9d246
curation/download_dcms/download_dcms.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+#SBATCH --nodes=1
3
+#SBATCH --ntasks=1
4
+#SBATCH --cpus-per-task=4
5
+#SBATCH --mem=16G
6
+#SBATCH --time=48:00:00
7
+#SBATCH --output=/cbica/projects/grmpy/data/bids/code/download_dcms/logs/download_dcms-%A.out
8
+#SBATCH --error=/cbica/projects/grmpy/data/bids/code/download_dcms/logs/download_dcms-%A.err
9
+
10
+unset LD_LIBRARY_PATH
11
+/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 commit comments