Skip to content

Commit d5aaae7

Browse files
committed
SDP downloaders bash
1 parent b44879d commit d5aaae7

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

PAN/SDP/SDP_download.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ DRV=$1
33
FNM='/home/chipdelmal/Documents/WorkSims/SDP'
44
SFN='/RAID5/marshallShare/SplitDrive_Suppression'
55

6-
mkdir -p "${FNM}/${DRV}/000/img/preTraces"
7-
mkdir -p "${FNM}/${DRV}/001/img/preTraces"
6+
mkdir -p "${FNM}/${DRV}/000/img/preGrids"
7+
mkdir -p "${FNM}/${DRV}/001/img/preGrids"
88

9-
scp -r "lab:${SFN}/${DRV}/000/img/preTraces" "${FNM}/${DRV}/000/img/"
10-
scp -r "lab:${SFN}/${DRV}/001/img/preTraces" "${FNM}/${DRV}/001/img/"
9+
scp -r "lab:${SFN}/${DRV}/000/img/preGrids" "${FNM}/${DRV}/000/img/"
10+
scp -r "lab:${SFN}/${DRV}/001/img/preGrids" "${FNM}/${DRV}/001/img/"
1111

PAN/SDP/SDP_downloadSet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2+
./SDP_download.sh 'SIT'
23
./SDP_download.sh 'IIT'
34
./SDP_download.sh 'autosomalXShredder'
45
./SDP_download.sh 'pgSIT'
5-
./SDP_download.sh 'SIT'
66
./SDP_download.sh 'SplitDrive-DsX'
77
./SDP_download.sh 'SplitDrive-YG'
88
./SDP_download.sh 'fsRIDL'

PAN/SDP/SDP_pstTracesSet.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ bash ./SDP_pstTraces.sh $1 CRX $2
1313
bash ./SDP_pstTraces.sh $1 CRY $2
1414
bash ./SDP_pstTraces.sh $1 SDX $2
1515
bash ./SDP_pstTraces.sh $1 SDY $2
16+
bash ./SDP_pstTraces.sh $1 SIT $2
1617

1718
bash ./SDP_pstGridsSet.sh $1

0 commit comments

Comments
 (0)