Skip to content

Commit

Permalink
SDP downloaders bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipdelmal committed Jun 21, 2021
1 parent b44879d commit d5aaae7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions PAN/SDP/SDP_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ DRV=$1
FNM='/home/chipdelmal/Documents/WorkSims/SDP'
SFN='/RAID5/marshallShare/SplitDrive_Suppression'

mkdir -p "${FNM}/${DRV}/000/img/preTraces"
mkdir -p "${FNM}/${DRV}/001/img/preTraces"
mkdir -p "${FNM}/${DRV}/000/img/preGrids"
mkdir -p "${FNM}/${DRV}/001/img/preGrids"

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

2 changes: 1 addition & 1 deletion PAN/SDP/SDP_downloadSet.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

./SDP_download.sh 'SIT'
./SDP_download.sh 'IIT'
./SDP_download.sh 'autosomalXShredder'
./SDP_download.sh 'pgSIT'
./SDP_download.sh 'SIT'
./SDP_download.sh 'SplitDrive-DsX'
./SDP_download.sh 'SplitDrive-YG'
./SDP_download.sh 'fsRIDL'
Expand Down
1 change: 1 addition & 0 deletions PAN/SDP/SDP_pstTracesSet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ bash ./SDP_pstTraces.sh $1 CRX $2
bash ./SDP_pstTraces.sh $1 CRY $2
bash ./SDP_pstTraces.sh $1 SDX $2
bash ./SDP_pstTraces.sh $1 SDY $2
bash ./SDP_pstTraces.sh $1 SIT $2

bash ./SDP_pstGridsSet.sh $1

0 comments on commit d5aaae7

Please sign in to comment.