Skip to content

Commit

Permalink
removed extraneous classpath entry, need to upload other referenced
Browse files Browse the repository at this point in the history
project code
  • Loading branch information
shenkers committed Apr 26, 2014
1 parent 7c4127c commit a5b0116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion IsoSCM/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/Utils"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/itext"/>
<classpathentry kind="src" path="/Lai"/>
<classpathentry kind="src" path="/APADetect"/>
<classpathentry kind="lib" path="lib/colt.jar" sourcepath="lib-src/colt-src.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.0.jar" sourcepath="lib-src/commons-math3-3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/picard-1.106.jar" sourcepath="lib-src/picard-1.106-src.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions IsoSCM/src/splicegraph/ExonSpliceGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
public class ExonSpliceGraph {

public static class ConnectedComponentResult{
StrandedGenomicIntervalTree<Map<String, Object>> exons;
StrandedGenomicIntervalTree<Map<String, Object>> splice_junctions;
public StrandedGenomicIntervalTree<Map<String, Object>> exons;
public StrandedGenomicIntervalTree<Map<String, Object>> splice_junctions;

public ConnectedComponentResult(StrandedGenomicIntervalTree<Map<String, Object>> exons, StrandedGenomicIntervalTree<Map<String, Object>> splice_junctions) {
this.exons = exons;
Expand Down

0 comments on commit a5b0116

Please sign in to comment.