Skip to content

Commit 64ae9ef

Browse files
committed
Small bug fixes
Some R-specific lines were 'broken' after the HPC module load update. Some references to files were broken.
1 parent aa3006f commit 64ae9ef

13 files changed

+46
-35
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
RESOURCES
22
~$20161102_AEGS_available_phenotypes_covariates.xlsx
3+
.DS_Store

SCRIPTS/plotter.effectsize.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
Effect Size Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.3.5
13-
* Last edit: 2017-08-22
12+
* Version: v1.3.6
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: EffectSize-plotter for GWAS (meta-analysis) results. Can produce output

SCRIPTS/plotter.infoscore.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
Imputation Quality Score Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.4.3
13-
* Last edit: 2017-08-22
12+
* Version: v1.4.4
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: INFO-plotter for GWAS (meta-analysis) results. Can produce output

SCRIPTS/plotter.manhattan.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
Manhattan Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.1.6
13-
* Last edit: 2017-08-22
12+
* Version: v1.1.7
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: Manhattan-plotter for GWAS (meta-analysis) results. Can produce output

SCRIPTS/plotter.p_z.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
P-Z Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.1.5
13-
* Last edit: 2017-08-22
12+
* Version: v1.1.6
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: P-Z-plotter for GWAS (meta-analysis) results. Will plot the

SCRIPTS/plotter.qq.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
QQ Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.2.5
13-
* Last edit: 2017-08-22
12+
* Version: v1.2.6
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: QQ-Plotter for GWAS (meta-analysis) results. Can produce

SCRIPTS/plotter.qq_by_caf.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
QQ by CAF Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.1.6
13-
* Last edit: 2017-08-22
12+
* Version: v1.1.7
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: QQ-Plotter for GWAS (meta-analysis) results stratified

SCRIPTS/plotter.qq_by_info.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
QQ by INFO-score Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.1.6
13-
* Last edit: 2017-08-22
12+
* Version: v1.1.7
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: QQ-Plotter for GWAS (meta-analysis) results stratified

SCRIPTS/plotter.qq_by_type.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/hpc/local/CentOS7/dhl_ec/software/R-3.4.0/bin/Rscript --vanilla
1+
#!/usr/local/bin/Rscript --vanilla
22

33
### Mac OS X version
44
### #!/usr/local/bin/Rscript --vanilla
@@ -9,8 +9,8 @@
99
cat("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
QQ by TYPE Plotter -- GWASToolKit
1111
\n
12-
* Version: v1.1.6
13-
* Last edit: 2017-08-22
12+
* Version: v1.1.7
13+
* Last edit: 2018-01-24
1414
* Created by: Sander W. van der Laan | [email protected]
1515
\n
1616
* Description: QQ-Plotter for GWAS (meta-analysis) results stratified
Binary file not shown.

0 commit comments

Comments
 (0)