Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Dec 1, 2023
1 parent b07e613 commit 95925a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testGenome.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ suite("testGenome", function () {
id: "GCF_016699485.2",
format: "2bit",
twoBitURL: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.2bit",
chromSizes: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.chrom.sizes.txt"
chromSizesURL: "https://hgdownload.gi.ucsc.edu/hubs//GCA/011/100/615/GCA_011100615.1/GCA_011100615.1.chrom.sizes.txt"
}

const genome = await Genome.createGenome(reference)
Expand Down

0 comments on commit 95925a6

Please sign in to comment.