From 53d70531e1435137e3a535fc4a18fa1324fd3d78 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 Oct 2020 17:13:20 -0400 Subject: [PATCH] Update urls for alias file --- test_data/config.json | 4 ++-- test_data/config_demo.json | 4 ++-- test_data/config_longread.json | 2 +- test_data/config_longread_linear.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test_data/config.json b/test_data/config.json index ee9fd1a4ab..fc9227562d 100644 --- a/test_data/config.json +++ b/test_data/config.json @@ -29,7 +29,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "hg19_aliases.txt" + "uri": "http://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt" } } } @@ -60,7 +60,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "GRCh38_RefSeq2UCSC.txt" + "uri": "http://s3.amazonaws.com/jbrowse.org/genomes/GRCh38/hg38_aliases.txt" } } } diff --git a/test_data/config_demo.json b/test_data/config_demo.json index 5929fe7bad..8c5a7282a4 100644 --- a/test_data/config_demo.json +++ b/test_data/config_demo.json @@ -27,7 +27,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "hg19_aliases.txt" + "uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt" } } } @@ -58,7 +58,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "GRCh38_RefSeq2UCSC.txt" + "uri": "https://s3.amazonaws.com/jbrowse.org/genomes/GRCh38/hg38_aliases.txt" } } } diff --git a/test_data/config_longread.json b/test_data/config_longread.json index 5aa5782895..1fb2c7e6ca 100644 --- a/test_data/config_longread.json +++ b/test_data/config_longread.json @@ -32,7 +32,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "hg19_aliases.txt" + "uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt" } } } diff --git a/test_data/config_longread_linear.json b/test_data/config_longread_linear.json index 50c0dfcf2d..11136bbae9 100644 --- a/test_data/config_longread_linear.json +++ b/test_data/config_longread_linear.json @@ -32,7 +32,7 @@ "adapter": { "type": "RefNameAliasAdapter", "location": { - "uri": "hg19_aliases.txt" + "uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt" } } }