Skip to content

Commit

Permalink
minor edits to libraries loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
khoulahan committed Mar 19, 2024
1 parent 1ed05d1 commit c615b6a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions figures/figure2/create_figure2cd.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@

### PREAMBLE ######################################################################################
library(BoutrosLab.plotting.general)
library(argparse)
library(plyr)
library(vcfR)
library(bedr)
library(tidyr)

# Set the main path for repo
main_repo_path <- ""
main_repo_path <- "/Users/khoulaha/git/germline-epitopes"
if ((!exists("main_repo_path")) | main_repo_path == "") {
stop("Error: Path for main repo not set. Please set main_repo_path <- '/path/to/repo/germline-epitopes' and try again.")
}
Expand Down Expand Up @@ -173,4 +170,4 @@ create.boxplot(
width = 6,
height = 7,
resolution = 300
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### PREAMBLE ######################################################################################
library(BoutrosLab.plotting.general)
library(plyr)
library(tidyr)

main_repo_path <- ""
if ((!exists("main_repo_path")) | main_repo_path == "") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### PREAMBLE ######################################################################################
library(BoutrosLab.plotting.general)
library(plyr)
library(tidyr)

main_repo_path <- ""
if ((!exists("main_repo_path")) | main_repo_path == "") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### PREAMBLE ######################################################################################
library(BoutrosLab.plotting.general)
library(plyr)
library(tidyr)

main_repo_path <- ""
if ((!exists("main_repo_path")) | main_repo_path == "") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### PREAMBLE ######################################################################################
library(BoutrosLab.plotting.general)
library(plyr)
library(tidyr)

# Set the main path for repo
main_repo_path <- ""
Expand Down

0 comments on commit c615b6a

Please sign in to comment.