Skip to content

Commit

Permalink
Update urls for alias file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 13, 2020
1 parent 04ff140 commit 53d7053
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test_data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "hg19_aliases.txt"
"uri": "http://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt"
}
}
}
Expand Down Expand Up @@ -60,7 +60,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "GRCh38_RefSeq2UCSC.txt"
"uri": "http://s3.amazonaws.com/jbrowse.org/genomes/GRCh38/hg38_aliases.txt"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions test_data/config_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "hg19_aliases.txt"
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt"
}
}
}
Expand Down Expand Up @@ -58,7 +58,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "GRCh38_RefSeq2UCSC.txt"
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/GRCh38/hg38_aliases.txt"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_data/config_longread.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "hg19_aliases.txt"
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test_data/config_longread_linear.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"adapter": {
"type": "RefNameAliasAdapter",
"location": {
"uri": "hg19_aliases.txt"
"uri": "https://s3.amazonaws.com/jbrowse.org/genomes/hg19/hg19_aliases.txt"
}
}
}
Expand Down

0 comments on commit 53d7053

Please sign in to comment.