Skip to content

Commit

Permalink
download: fix PFM in gene downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Dec 31, 2023
1 parent 2c47ee5 commit fe4bba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void loadPfmMatrices() throws IOException, NoSuchMethodException, FileFo
CellBaseSerializer serializer = new CellBaseJsonFileSerializer(buildFolder, "regulatory_pfm", true);
logger.info("Looking up " + motifIds.size() + " pfms");
for (String pfmId : motifIds) {
System.out.println(motifIds)
System.out.println(motifIds);
String urlString = "https://rest.ensembl.org/species/homo_sapiens/binding_matrix/ENSPFM" + pfmId
+ "?unit=frequencies;content-type=application/json";
URL url = new URL(urlString);
Expand Down

0 comments on commit fe4bba7

Please sign in to comment.