Skip to content

Commit

Permalink
point to models-east for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Nov 30, 2023
1 parent 4d22e38 commit 65f9e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rcsb/stats/Constants.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.rcsb.stats;

public class Constants {
public static final String BCIF_SOURCE = "https://models.rcsb.org/%s.bcif.gz";
public static final String BCIF_SOURCE = "https://models-east.rcsb.org/%s.bcif.gz";
public static final String SEARCH_API_URL = "https://search.rcsb.org/rcsbsearch/v2/query?json=";
public static final String GET_ALL_EXPERIMENTAL_QUERY = """
{
Expand Down

0 comments on commit 65f9e9e

Please sign in to comment.