We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0473ab6 + 395c810 commit 4e20a41Copy full SHA for 4e20a41
biojava-genome/src/main/java/org/biojava/nbio/genome/parsers/twobit/SimpleTwoBitFileProvider.java
@@ -50,7 +50,7 @@ public static synchronized void downloadIfNoTwoBitFileExists(File twoBitFileLoca
50
public static URL getTwoBitURL(String genomeAssembly) throws MalformedURLException {
51
52
String url="";
53
- if ( genomeAssembly.equals("hg19") || genomeAssembly.equals("hg37") ) {
+ if (genomeAssembly.equals("hg19") || genomeAssembly.equals("hg37") ) {
54
url = "http://cdn.rcsb.org/gene/hg37/hg19.2bit";
55
}
56
else if (genomeAssembly.equals("hg38")) {
0 commit comments