Skip to content

Commit

Permalink
Update the URL in the reader utils to a static url for this version o…
Browse files Browse the repository at this point in the history
…f the data
  • Loading branch information
abradle committed Apr 19, 2016
1 parent ea7b9e5 commit e34ab88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class ReaderUtils {

/** The base url. */
public static final String BASE_URL = "http://mmtf.rcsb.org/full/";
public static final String BASE_URL = "http://mmtf.rcsb.org/v0/full/";
/** The size of a chunk for a byte buffer. */
private static final int BYTE_BUFFER_CHUNK_SIZE = 4096;

Expand Down

0 comments on commit e34ab88

Please sign in to comment.