Skip to content

Commit

Permalink
update default genome to hg38
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 25, 2024
1 parent 735d626 commit e9ccb3b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ public class GenomeListManager {
private static final String ACT_USER_DEFINED_GENOME_LIST_FILE = "user-defined-genomes.txt";

public static final GenomeListItem DEFAULT_GENOME = new GenomeListItem(
"Human (hg19)",
"https://s3.amazonaws.com/igv.org.genomes/hg19/hg19.json",
"hg19");
"Human (hg38)",
"https://igv-genepattern-org.s3.amazonaws.com/genomes/hg38/hg38.json",
"hg38");

private Map<String, GenomeListItem> genomeItemMap;

Expand Down

0 comments on commit e9ccb3b

Please sign in to comment.