Skip to content

Commit 8b01cf3

Browse files
authored
Update index.html
1 parent 8bc053b commit 8b01cf3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,30 +179,32 @@ <h3 class="text-xl font-bold">Monash Bioinformatics Platform</h3>
179179
data() {
180180
return {
181181
webApps: [
182-
{
183-
title: 'LFQ-Analyst',
184-
repoName: 'MonashBioinformaticsPlatform/LFQ-Analyst',
185-
description: 'A web application for analyzing label-free quantitation proteomics data',
186-
source: 'https://github.com/MonashBioinformaticsPlatform/LFQ-Analyst',
187-
url : 'https://analyst-suites.org/',
188-
repoImage: 'https://github.com/MonashBioinformaticsPlatform/LFQ-Analyst/raw/master/www/LFQ_analyst.svg'
189-
},
190-
{
182+
{
191183
title: 'Laxy',
192184
repoName: 'MonashBioinformaticsPlatform/laxy',
193185
description: 'A web platform for running bioinformatics analyses in the cloud',
194186
source: 'https://github.com/MonashBioinformaticsPlatform/laxy',
195187
url: 'https://laxy.io/#/',
196188
repoImage: 'https://github.com/MonashBioinformaticsPlatform/laxy/raw/master/docs/screenshots/job_page.png'
197189
},
198-
{
190+
{
199191
title: 'Degust',
200192
repoName: 'drpowell/degust',
201193
description: 'A web platform for running RNAseq Analysis',
202194
url: 'https://degust.erc.monash.edu/',
203195
source: 'https://github.com/drpowell/degust',
204196
repoImage: null
197+
},
198+
{
199+
title: 'Analyst Suites',
200+
repoName: 'MonashBioinformaticsPlatform/LFQ-Analyst, ',
201+
description: 'A web application for analyzing label-free quantitation proteomics data',
202+
source: 'https://github.com/MonashBioinformaticsPlatform/LFQ-Analyst',
203+
url : 'https://analyst-suites.org/',
204+
repoImage: 'https://github.com/MonashBioinformaticsPlatform/LFQ-Analyst/raw/master/www/LFQ_analyst.svg'
205205
}
206+
207+
206208
],
207209
commandlineTools: [
208210
{

0 commit comments

Comments
 (0)