From 60a1809d1feb7f42f0c89721e91d44a1a4a85d19 Mon Sep 17 00:00:00 2001 From: Adam Coffman Date: Tue, 12 Dec 2023 11:30:16 -0600 Subject: [PATCH 1/2] add public/data as shared, linked dir --- server/config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/deploy.rb b/server/config/deploy.rb index 1b993f90..061c5d52 100644 --- a/server/config/deploy.rb +++ b/server/config/deploy.rb @@ -11,7 +11,7 @@ set :rbenv_type, :user -set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'public/uploads', 'storage') +set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'public/uploads', 'public/data', 'storage') set :linked_files, fetch(:linked_files, []).push('config/master.key') set :repo_tree, 'server' From 5afdf8c229c8fae298b700324bd9b074079c23c9 Mon Sep 17 00:00:00 2001 From: Adam Coffman Date: Tue, 12 Dec 2023 13:09:31 -0600 Subject: [PATCH 2/2] add December 2023 download links --- client/src/pages/Downloads/Files/Files.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/pages/Downloads/Files/Files.tsx b/client/src/pages/Downloads/Files/Files.tsx index 2183c318..3ef48c19 100644 --- a/client/src/pages/Downloads/Files/Files.tsx +++ b/client/src/pages/Downloads/Files/Files.tsx @@ -24,6 +24,13 @@ function createData( } const rows = [ + createData( + '2023-Dec', + 'interactions.tsv', + 'genes.tsv', + 'drugs.tsv', + 'categories.tsv' + ), createData( '2022-Feb', 'interactions.tsv',