adding updated human labels etc.
This commit is contained in:
parent
7ace52a559
commit
be587982d7
377739
110925_unified.csv
Normal file
377739
110925_unified.csv
Normal file
File diff suppressed because one or more lines are too long
146015
analysis_data/102125_constituent_dfs/110525_olmo_batched_categorized.csv
Normal file
146015
analysis_data/102125_constituent_dfs/110525_olmo_batched_categorized.csv
Normal file
File diff suppressed because one or more lines are too long
@ -70,7 +70,7 @@ first_join <- main_df|>
|
||||
by = "id"
|
||||
)
|
||||
|
||||
olmo_csv <- "~/analysis_data/102125_constituent_dfs/all_102125_olmo_batched_categorized.csv"
|
||||
olmo_csv <- "~/analysis_data/102125_constituent_dfs/110525_olmo_batched_categorized.csv"
|
||||
olmo_df <- read.csv(olmo_csv, header = TRUE)
|
||||
|
||||
olmo_df <- olmo_df |>
|
||||
@ -132,6 +132,6 @@ pulling <- unified_df |>
|
||||
pulling <- unified_df |>
|
||||
filter(id == "23366" | id == "20846" | id == "20847")
|
||||
|
||||
write.csv(unified_df, "102725_unified.csv", row.names = FALSE)
|
||||
write.csv(unified_df, "110925_unified.csv", row.names = FALSE)
|
||||
|
||||
|
||||
|
||||
|
Can't render this file because it is too large.
|
|
Can't render this file because it is too large.
|
@ -1,17 +0,0 @@
|
||||
1. SSH tunnel from your workstation using the following command:
|
||||
|
||||
ssh -N -L 8787:n3439:51687 mjilg@klone.hyak.uw.edu
|
||||
|
||||
and point your web browser to http://localhost:8787
|
||||
|
||||
2. log in to RStudio Server using the following credentials:
|
||||
|
||||
user: mjilg
|
||||
password: JZoMumQwFbIc7EUcaGbK
|
||||
|
||||
When done using RStudio Server, terminate the job by:
|
||||
|
||||
1. Exit the RStudio Session ("power" button in the top right corner of the RStudio window)
|
||||
2. Issue the following command on the login node:
|
||||
|
||||
scancel -f 30651103
|
||||
Loading…
Reference in New Issue
Block a user