Skip to content

Commit

Permalink
Update content.jsx
Browse files Browse the repository at this point in the history
Added links to zip files.
  • Loading branch information
JohnZaharick authored Oct 25, 2023
1 parent b428c36 commit 85be50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/pages/download/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ const content = {
"Example Projects": "Example Projects",
"Starter Project Illumina": {
title: "Download Starter Project - Illumina",
link: "https://www.google.com/",
link: "http://genvisis.umn.edu/downloads/Genvisis_Starter_Project_Illumina.zip",
description:
"Contains all the files needed to start a Genvisis project. Includes 20 samples from the 1000G project in Illumina format.",
},
"Starter Project Affymetrix": {
title: "Download Starter Project - Affymetrix",
link: "https://www.google.com/",
link: "http://genvisis.umn.edu/downloads/Genvisis_Starter_Project_Affymetrix.zip",
description:
"Contains all the files needed to start a Genvisis project. Includes 20 samples from the 1000G project in Affymetrix format.",
},
"Sample Project Illumina": {
title: "Download Sample Project - Illumina",
link: "https://www.yahoo.com/?guccounter=1",
link: "http://genvisis.umn.edu/downloads/Genvisis_Sample_Project_Illumina.zip",
description:
"Contains all the files of a Genvisis project that has been run through the first four steps, which are some of the most resource intensive. This project allows you to use Genvisis visualizations immediately. Includes 20 samples from the 1000G project in Illumina format.",
},
"Sample Project Affymetrix": {
title: "Download Sample Project - Affymetrix",
link: "https://www.yahoo.com/?guccounter=1",
link: "http://genvisis.umn.edu/downloads/Genvisis_Sample_Project_Affymetrix.zip",
description:
"Contains all the files of a Genvisis project that has been run through the first four steps, which are some of the most resource intensive. This project allows you to use Genvisis visualizations immediately. Includes 20 samples from the 1000G project in Affymetrix format.",
},
Expand Down

0 comments on commit 85be50b

Please sign in to comment.