Skip to content

Commit

Permalink
Add line to overwrite get_metadata()
Browse files Browse the repository at this point in the history
  • Loading branch information
ekernf01 committed Feb 28, 2019
1 parent f56e1ee commit 600dd5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*.svg
*.dge
*.data
*.gz
4 changes: 0 additions & 4 deletions .gitignore~

This file was deleted.

2 changes: 1 addition & 1 deletion results/.inventory.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tag parent_tag date_modified filename extra
overview_old_labels 2019_Feb_25|08_15_55 /Users/erickernfeld/Dropbox/atlas_paper_2017/immunity_paper_release/tables/fig1_label_conversions.txt
overview_old_labels 2019_Feb_28|13_33_07 /Users/erickernfeld/Dropbox/atlas_paper_2017/immunity_paper_release/tables/fig1_label_conversions.txt
2 changes: 2 additions & 0 deletions scripts/main.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ output: html_document
# You may need to run setwd(proj_dir) in the console due to knitr's well-documented working directory insanity.
proj_dir = "~/Dropbox/atlas_paper_2017/immunity_paper_release"
get_metadata_path = function() file.path( proj_dir, "data", "metadata.csv")
get_metadata = function() read.csv(file.path(get_metadata_path()), stringsAsFactors = F)
setwd(file.path(proj_dir, "scripts"))
PATH_TO_SEURAT_1 = "~/Library/R/3.3/library/Seurat_1"
# withr::with_libpaths( PATH_TO_SEURAT_1, devtools::install_github( "maehrlab/thymus_atlas_tools" ) )
Expand Down

0 comments on commit 600dd5e

Please sign in to comment.