Skip to content

Commit

Permalink
#468 Use trio, build grch38 for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydisera committed Jan 8, 2022
1 parent e0ad111 commit d4c6532
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/ClinHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export default {
self.caseSummary = {}
self.caseSummary.name = "Demo Platinum"
self.caseSummary.description = "The platinum data set (NA12878) is high quality exome sequencing data from four individuals. It serves as a truthset and benchmark for genomic tools. The original manuscript was published in 2017 doi: 10.1101/gr.210500.116";
self.caseSummary.description = "The platinum data set (NA12878) is high quality exome sequencing data from three individuals. It serves as a truthset and benchmark for genomic tools. The original manuscript was published in 2017 doi: 10.1101/gr.210500.116";
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ export default {
promiseFetchDemoInputConfig() {
let self = this;
return new Promise(function(resolve, reject) {
let url = "https://iobio.s3.amazonaws.com/clin.iobio/example_file_config_GRCh37.csv"
let url = "https://iobio.s3.amazonaws.com/clin.iobio/example_file_config_GRCh38.csv"
fetch(url)
.then(res => {
if(!res.ok){
Expand Down
4 changes: 2 additions & 2 deletions src/data/example_file_config_GRCh38.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PROJECT_NAME: Example project
#PROJECT_DESCRIPTION: Exome sequencing project for four samples.
#PROJECT_NAME: Demo project
#PROJECT_DESCRIPTION: Exome sequencing project for three samples.
#BED_URL: https://iobio.s3.amazonaws.com/clin.iobio/20130108.exome.targets.grch38.bed
#BUILD: GRCh38
ID,SAMPLE_ID,PATERNAL_ID,MATERNAL_ID,SEX,AFFECTED_STATUS,RELATION,VCF_URL,TBI_URL,BAM_URL,BAI_URL
Expand Down

0 comments on commit d4c6532

Please sign in to comment.