Skip to content

Commit 3b0c1d7

Browse files
committed
removed nexstrain info from datatab
1 parent 09c72db commit 3b0c1d7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app.R

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,12 @@ ui <- fluidPage(theme = shinytheme("flatly"),
162162
),
163163

164164
p(
165-
"COVID-19 viral genome sequences from GISAID are downloaded and processed using the CGT computational pipeline, updated on a weekly basis. No sequence information is published on the website, as per the",
165+
"COVID-19 viral genome sequences and sequence metadata from GISAID are downloaded and processed using the CGT computational pipeline, updated on a weekly basis. No sequence information is explicitly published on the website, as per the",
166166
a("GISAID data usage policy.", href = "https://www.gisaid.org/registration/terms-of-use"),
167167
"We thank all of the GISAID contributers for sharing their data. Full up-to-date acknowledgements of COVID-19 sequence resources available",
168168
a("here.", href = "https://github.com/hsmaan/CovidGenotyper/ack")
169169
),
170170

171-
h4(
172-
strong("Nextstrain metadata")
173-
),
174-
175-
p(
176-
"Metadata for GISAID sequences from",
177-
a("Nextstrain's ncov repository", href = "https://github.com/nextstrain/ncov/tree/master/data"),
178-
"is utilized in conjunction with the up-to-date GISAID data. All credit goes to the Nextstrain team for curating this data."
179-
),
180-
181171
h4(
182172
strong("User privacy")
183173
),

0 commit comments

Comments
 (0)