1
0

adding updated human labels etc.

This commit is contained in:
Matthew Gaughan 2025-11-09 15:48:09 -08:00
parent 7ace52a559
commit be587982d7
6 changed files with 523756 additions and 19 deletions

377739
110925_unified.csv Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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)

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

@ -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