-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.Rmd
138 lines (100 loc) · 7.57 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
---
title: "LIBD Globus"
---
This website contains the latest list of Globus Share Endpoints created by the LIBD Data Science Team 1. For more information about how to use Globus check the [JHPCE Globus tutorial website](https://jhpce.jhu.edu/knowledge-base/using-globus-to-transfer-files/).
```{r 'create_index', echo = FALSE}
create_index <- function(dirname, website) {
html <- paste0(
'<html>
<head>
<meta http-equiv="refresh" content="0;url=\'', website, '\'">
</head>
</html>
'
)
## This didn't work...
# glue:glue(
# '<html>
# <head>
# <meta http-equiv="refresh" content="0;url=\'{website}\'">
# </head>
# </html>
# '
# )
dirname_valid <- gsub('#', '_', dirname)
dir.create(dirname_valid, showWarnings = FALSE)
index <- file.path(dirname_valid, 'index.html')
cat(html, file = index)
## Make link
markdown_link <- glue::glue('* [`{dirname}`]({dirname_valid}/index.html)')
return(markdown_link)
}
```
```{r 'indexes', results = 'asis', echo = FALSE}
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase1/preprocessed_data/HISAT2_out/
create_index('jhpce#bsp1-bam', 'https://app.globus.org/file-manager?origin_id=cf265d46-7f25-4fcb-94e3-87fd0f0925af&origin_path=%2F')
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase1/count_data/
create_index('jhpce#bsp1-count', 'https://app.globus.org/file-manager?origin_id=02043523-1853-41b4-8bd8-b13d36f8eca7&origin_path=%2F')
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase2/preprocessed_data/DLPFC_RiboZero/brainseq/dlpfc/merged_fastq/
create_index('jhpce#bsp2-dlpfc', 'https://app.globus.org/file-manager?origin_id=daf68420-f9de-42dd-a81b-3840fa43149d&origin_path=%2F')
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase2/preprocessed_data/Hippo_RiboZero/brainseq/hippo/merged_fastq/
create_index('jhpce#bsp2-hippo', 'https://app.globus.org/file-manager?origin_id=83d37357-274b-4cd5-bb2a-5dbd2be655c8&origin_path=%2F')
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase2/preprocessed_data/DLPFC_RiboZero/HISAT2_out/
create_index('jhpce#bsp2-dlpfc-bam', 'https://app.globus.org/file-manager?origin_id=836aeb49-f31c-45a9-b9ad-9fa860343ded&origin_path=%2F')
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase2/preprocessed_data/Hippo_RiboZero/HISAT2_out/
create_index('jhpce#bsp2-hippo-bam', 'https://app.globus.org/file-manager?origin_id=a89e235c-dca1-4ef9-b1b8-62b68b71c9a4&origin_path=%2F')
# /dcs05/lieber/liebercentral/dcl01Legacy_LIBD001/CellSorting/RNAseq_pipeline
create_index('jhpce#brainepi-cellsorted', 'https://app.globus.org/file-manager?origin_id=27aadd84-bb80-42a0-a2cf-b07869cf6a36&origin_path=%2F')
# /dcs05/lieber/liebercentral/wgbsPrice2019_LIBD001/brainseq_pipeline/polyA_unstranded/
create_index('jhpce#brainepi-polyA', 'https://app.globus.org/file-manager?origin_id=16ce0787-5060-4ea6-8633-992e8314ca0b&origin_path=%2F')
# /dcs05/lieber/liebercentral/dcl01Legacy_LIBD001/Amanda/BrainRNACompartments/not_in_paper/NucVsCyt/pipeline_output/
create_index('jhpce#fractionRNA', 'https://app.globus.org/file-manager?origin_id=1bdade42-09f3-40eb-bd64-6779996084cb&origin_path=%2F')
# /dcl02/lieber/ajaffe/NatComm_StemCellData/
create_index('NatComm_StemCellData', 'https://app.globus.org/file-manager?origin_id=ce314562-0ae4-11ea-be9a-02fcc9cdd752&origin_path=%2F')
# /dcl02/lieber/ajaffe/NatNeuro_TCF4_Data/
create_index('NatNeuro_TCF4_Data', 'https://app.globus.org/file-manager?origin_id=a79ed5e2-0bdc-11ea-be9b-02fcc9cdd752&origin_path=%2F')
# /dcl02/lieber/ajaffe/SpatialTranscriptomics/HumanPilot/10X/
create_index('jhpce#HumanPilot10x', 'https://app.globus.org/file-manager?origin_id=ae756c8c-c211-11ea-8f24-0a21f750d19b&origin_path=%2F')
# /dcs04/lieber/lcolladotor/rawDataTDSC_LIBD001/raw-data/2021-10-15_Tran2021_published
create_index("jhpce#tran2021", "https://app.globus.org/file-manager?origin_id=74570c7d-98ff-4e10-ba5b-c735d209cf96&origin_path=%2F")
# /dcs04/lieber/lcolladotor/deconvolution_LIBD4030/TREG_paper/
create_index("jhpce#TREG_paper", "https://app.globus.org/file-manager?origin_id=9884e5b8-aae9-11ec-bade-cd8db799a66a&origin_path=%2F")
# /dcs04/lieber/lcolladotor/spatialDLPFC_LIBD4035/spatialDLPFC/
create_index("jhpce#spatialDLPFC", "https://app.globus.org/file-manager?origin_id=6cd81564-ed47-11ec-8358-cd84b862b754&origin_path=%2F")
# /dcs04/lieber/lcolladotor/deconvolution_LIBD4030/DLPFC_snRNAseq/
create_index("jhpce#DLPFC_snRNAseq", "https://app.globus.org/file-manager?origin_id=6f9322c4-5eaf-11ed-b0b5-bfe7e7197080&origin_path=%2F")
# /dcs04/lieber/lcolladotor/with10x_LIBD001/Visium_IF_AD/
create_index("jhpce#Visium_SPG_AD", "https://app.globus.org/file-manager?origin_id=03252306-c509-11ed-961f-4b6fcc022e5a&path=%2F")
# /dcs04/lieber/marmaypag/spatialNac_LIBD4125/spatial_NAc/
create_index("jhpce#spatial_NAc", "https://app.globus.org/file-manager?origin_id=b8faf5f2-d319-11ed-8ebb-fdf94a47aaa3&path=%2F")
# /dcs04/lieber/marmaypag/pilotLS_LIBD1070/snRNAseq_mouse/
create_index("jhpce#septum_lateral", "https://app.globus.org/file-manager?origin_id=4a246882-1209-11ee-bdd3-a3018385fcef&path=%2F")
# /dcl02/lieber/ajaffe/Roche_Habenula/preprocessed_data/FASTQ/
create_index("jhpce#habenulaPilotbulkRNAseq", "https://app.globus.org/file-manager?origin_id=4624b994-6b7a-4a70-b504-1615411a74e5&origin_path=%2F")
# /dcs04/lieber/lcolladotor/pilotHb_LIBD001/Roche_Habenula/raw-data/FASTQ_snRNAseq/
create_index("jhpce#habenulaPilotsnRNAseq", "https://app.globus.org/file-manager?origin_id=3727999a-15bd-41ca-bf79-8a7602dd0ffa&origin_path=%2F")
# /dcs04/lieber/lcolladotor/pilotHb_LIBD001/Roche_Habenula/raw-data/RNAscope_images/
create_index("jhpce#habenulaPilotRNAscope", "https://app.globus.org/file-manager?origin_id=efc055d5-7686-4957-814c-89e1392d4f42&origin_path=%2F")
# /dcs04/lieber/lcolladotor/deconvolution_LIBD4030/Human_DLPFC_Deconvolution/raw-data/bulkRNA/
create_index("jhpce#humanDeconvolutionBulkRNAseq", "https://app.globus.org/file-manager?origin_id=17ea5635-440c-4d4d-9b20-092463b1bdc4&origin_path=%2F")
# /dcs04/lieber/lcolladotor/deconvolution_LIBD4030/Human_DLPFC_Deconvolution/raw-data/RNAscope_images/
create_index("jhpce#humanDeconvolutionRNAScope", "https://app.globus.org/file-manager?origin_id=211e02e0-1fe4-4f48-8e43-371d3fbdf5da&origin_path=%2F")
# /dcs05/lieber/lcolladotor/visiumStitched_LIBD1070/visiumStitched_brain
create_index("jhpce#visiumStitched_brain", "https://app.globus.org/file-manager?origin_id=ed98ea3b-1f5b-4ef9-ba0d-9351abcc05e7&origin_path=%2F")
# /dcs04/lieber/marmaypag/ls_molecular-profiling_LIBD1070/ls_molecular-profiling/processed-data/globus/
create_index("jhpce#ls_molecular-profiling_sce", "https://app.globus.org/file-manager?origin_id=4a94e057-0063-491f-b735-6fc06a136f9e&origin_path=%2F")
# /dcs04/lieber/marmaypag/spatialHYP_LIBD4195/Mulvey_HYP_suppData/
create_index("jhpce#HYP_suppData",
"https://app.globus.org/file-manager?origin_id=fe6aff56-919e-4867-8dc8-0b14523c87bb&origin_path=%2F")
```
For the following Globus share endpoints you need to request access given the type of data being shared.
```{r 'indexes_private', results = 'asis', echo = FALSE}
# /dcs04/lieber/lcolladotor/BrainSEQ_LIBD001/brainseq_phase1/genotype_data/
create_index('jhpce#bsp1-genotype', 'mailto:Geo.Pertea@libd.org')
# /dcs05/lieber/liebercentral/libdDatasets_LIBD001/BrainSeq_hg38/Phase2/Genotype/
create_index('brainseq_phase2_genotypes', 'mailto:Geo.Pertea@libd.org')
# TODO by Ryan
create_index('WeberDivecha2023_locus_coeruleus', 'mailto:keri.martinowich@libd.org')
# /dcs04/lieber/lcolladotor/pilotHb_LIBD001/Roche_Habenula/processed-data/08_bulk_snpPC/
create_index("jhpce#habenulaPilotbulkDNAgenotype", "mailto:Geo.Pertea@libd.org")
```