Mercurial > repos > mingchen0919 > aurora_bdss_url
annotate build-and-run-job-scripts.sh @ 3:9d42c3633b3f draft
planemo upload for repository https://github.com/feltus/BDSS
author | mingchen0919 |
---|---|
date | Mon, 11 Jun 2018 23:50:58 -0400 |
parents | 0d15928a648c |
children | f54745885931 |
rev | line source |
---|---|
0
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
1 # run job scripts within the tool outputs directory |
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
2 cd ${REPORT_FILES_PATH} |
1
a110308993be
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
0
diff
changeset
|
3 mkdir download_dir |
0
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
4 |
1
a110308993be
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
0
diff
changeset
|
5 #========== build and run bdss-download.sh script ============ |
2
0d15928a648c
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
1
diff
changeset
|
6 echo 'for u in $(echo $X_u | sed "s/,/ /g");' > bdss-download.sh |
1
a110308993be
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
0
diff
changeset
|
7 echo 'do' >> bdss-download.sh |
a110308993be
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
0
diff
changeset
|
8 echo ' bdss transfer --destination download_dir -u $u' >> bdss-download.sh |
a110308993be
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
0
diff
changeset
|
9 echo 'done' >> bdss-download.sh |
0
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
10 |
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
11 |
2
0d15928a648c
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
1
diff
changeset
|
12 echo 'export PATH=/main/sites/galaxy/galaxy/tools/_conda/bin:$PATH' |
0
b12c945daf86
planemo upload for repository https://github.com/feltus/BDSS
mingchen0919
parents:
diff
changeset
|
13 sh bdss-download.sh |