-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added param desc and example for chr_names
- Loading branch information
Showing
8 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ssh -i $3 ubuntu@$1 "cd /volumes/volume001; mkdir imputedOnReferencePanel; ./imputeOnReferencePanel.sh >result.log 2>result.err;" | ||
ssh -i $2 ubuntu@$1 "cd /volumes/volume001; mkdir imputedOnReferencePanel; ./imputeOnReferencePanel.sh >result.log 2>result.err;" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ssh -i $3 ubuntu@$1 "cd /volumes/volume001; mkdir imputed; ./batch_impute.sh >result.log 2>result.err;" | ||
ssh -i $2 ubuntu@$1 "cd /volumes/volume001; mkdir imputed; ./batch_impute.sh >result.log 2>result.err;" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ssh -i $3 ubuntu@$1 "cd /volumes/volume001; tar -cf imputed.tar imputed/" | ||
scp -i $3 $1:/volumes/volume001/imputed.tar . | ||
ssh -i $2 ubuntu@$1 "cd /volumes/volume001; tar -cf imputed.tar imputed/" | ||
scp -i $2 $1:/volumes/volume001/imputed.tar . | ||
tar -xf imputed.tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
scp -i $3 $1:/volumes/volume001/result.log . | ||
scp -i $2 $1:/volumes/volume001/result.log . | ||
mv result.log result_$1.log | ||
scp -i $3 $1:/volumes/volume001/result.err . | ||
scp -i $2 $1:/volumes/volume001/result.err . | ||
mv result.err result_$1.err |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ssh -i $3 ubuntu@$1 "cd /volumes/volume001; sudo rm -rf imputed/; sudo rm imputed.tar; sudo rm -rf imputation_set.split/; sudo rm result.*" | ||
ssh -i $2 ubuntu@$1 "cd /volumes/volume001; sudo rm -rf imputed/; sudo rm imputed.tar; sudo rm -rf imputation_set.split/; sudo rm result.*" | ||
rm imputed.tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
chr1A | ||
chr1B | ||
chr1D | ||
chr2A | ||
chr2B | ||
chr2D | ||
chr3A | ||
chr3B | ||
chr3D | ||
chr4A | ||
chr4B | ||
chr4D | ||
chr5A | ||
chr5B | ||
chr5D | ||
chr6A | ||
chr6B | ||
chr6D | ||
chr7A | ||
chr7B | ||
chr7D | ||
chrUn |