Skip to content

Commit

Permalink
Update hgnc.R
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii committed Apr 10, 2024
1 parent 3398666 commit f711d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/hgnc.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ complete_set = args[3]
inputDir <- "datasources/"

# Create output directory
outputDir <- paste0("datasources/", "hgnc", "/recentData")
outputDir <- paste0("datasources/", tolower(sourceName), "/recentData")
dir.create(outputDir, showWarnings = FALSE)

# Download the input files from HGNC
Expand Down

0 comments on commit f711d5f

Please sign in to comment.