Permalink
Browse files
Improved file system layout when running on Jetstream
- Loading branch information...
Showing
with
6 additions
and
4 deletions.
-
+2
−0
.gitignore
-
+2
−2
sites.xml.template
-
+1
−1
submit
-
+1
−1
tools/sra-download
|
|
@@ -11,4 +11,6 @@ reference/*.txt |
|
|
reference/*.gtf
|
|
|
tools/AutoADAG.pyc
|
|
|
osg-gem.conf
|
|
|
+staging
|
|
|
+runs
|
|
|
|
|
|
@@ -36,8 +36,8 @@ |
|
|
</site>
|
|
|
|
|
|
<site handle="jetstream-staging" arch="x86_64" os="LINUX">
|
|
|
- <directory type="shared-scratch" path="/tmp/staging-${USER}">
|
|
|
- <file-server operation="all" url="scp://${USER}@${HOSTNAME}/tmp/staging-${USER}"/>
|
|
|
+ <directory type="shared-scratch" path="${PWD}/staging">
|
|
|
+ <file-server operation="all" url="scp://${USER}@${HOSTNAME}${PWD}/staging"/>
|
|
|
</directory>
|
|
|
</site>
|
|
|
|
|
|
|
|
|
@@ -55,7 +55,7 @@ else |
|
|
|
|
|
export RUN_ID=osg-gem-`date +'%s'`
|
|
|
|
|
|
- export RUN_DIR=$HOME/workflows/$RUN_ID
|
|
|
+ export RUN_DIR=$PWD/runs/$RUN_ID
|
|
|
mkdir -p $RUN_DIR/scratch/$RUN_ID/level-2
|
|
|
mkdir -p $RUN_DIR/data
|
|
|
|
|
|
|
|
|
@@ -8,7 +8,7 @@ |
|
|
set -e
|
|
|
|
|
|
module load java/8u25
|
|
|
-module load sra/2.5.4
|
|
|
+module load sra/2.8.0
|
|
|
|
|
|
SRA_ID=$1
|
|
|
FORWARD=$2
|
|
|
|
0 comments on commit
0d942b4