Skip to content

Commit

Permalink
config: fix phylop URL
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Dec 28, 2023
1 parent f85a5c6 commit 15a8289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public List<DownloadFile> downloadConservation() throws IOException, Interrupted
.resolve("chr" + chromosome + ".phastCons470way.wigFix.gz").toString()));
phastconsUrls.add(phastConsUrl);

String phyloPUrl = url + "/phyloP470way/hg38.470way.phyloP470way/chr" + chromosome
String phyloPUrl = url + "/phyloP470way/hg38.470way.phyloP/chr" + chromosome
+ ".phyloP470way.wigFix.gz";
downloadFiles.add(downloadFile(phyloPUrl, conservationFolder.resolve("phylop")
.resolve("chr" + chromosome + ".phyloP470way.wigFix.gz").toString()));
Expand Down

0 comments on commit 15a8289

Please sign in to comment.