Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed May 11, 2017
1 parent 58f07e2 commit 88336f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distann/src/main/java/org/simmi/GeneSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -6632,7 +6632,7 @@ public void funcMapping(Reader rd, Map<String, Gene> genids, String outshort) th

public static void funcMappingStatic( Reader rd ) throws IOException {
//Map<String,Set<String>> unipGo = new HashMap<String,Set<String>>();
Map<String,String> symbolmap = new HashMap<String,String>();
Map<String,String> symbolmap = new HashMap<>();
FileWriter fw = new FileWriter("/Users/sigmar/sp2go.txt");
BufferedReader br = new BufferedReader(rd);
String line = br.readLine();
Expand Down

0 comments on commit 88336f5

Please sign in to comment.