Skip to content

Commit

Permalink
changed Jaligner path
Browse files Browse the repository at this point in the history
  • Loading branch information
cctsou committed Nov 25, 2015
1 parent 57c98a4 commit fc278c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class MatrixLoader {
/**
* The path to the matrices within the package.
*/
private static final String MATRICES_HOME = "jaligner/matrix/matrices/";
private static final String MATRICES_HOME = "ExternalPackages/JAligner/matrix/matrices/";

/**
* Logger
Expand Down
2 changes: 1 addition & 1 deletion DIA_Umpire_Quant/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ run.classpath=\
# Space-separated list of JVM arguments used when running the project.
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
# To set system properties for unit tests define test-sys-prop.name=value:
run.jvmargs=
run.jvmargs=-Xmx10G
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
Expand Down

0 comments on commit fc278c3

Please sign in to comment.