Skip to content

Commit

Permalink
analysis: move RvtestsAdaptor to the adaptor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Jun 9, 2017
1 parent aab70ef commit dd07a79
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
@@ -1,4 +1,4 @@
package org.opencb.hpg.bigdata.analysis.variant;
package org.opencb.hpg.bigdata.analysis.variant.adaptors;

import org.apache.spark.SparkConf;
import org.apache.spark.SparkContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.opencb.commons.utils.FileUtils;
import org.opencb.hpg.bigdata.analysis.variant.LinearRegressionAnalysis;
import org.opencb.hpg.bigdata.analysis.variant.LogisticRegressionAnalysis;
import org.opencb.hpg.bigdata.analysis.variant.RvTestsAdaptor;
import org.opencb.hpg.bigdata.analysis.variant.adaptors.RvTestsAdaptor;
import org.opencb.hpg.bigdata.analysis.variant.adaptors.PlinkAdaptor;
import org.opencb.hpg.bigdata.app.cli.CommandExecutor;
import org.opencb.hpg.bigdata.app.cli.local.CliUtils;
Expand Down

0 comments on commit dd07a79

Please sign in to comment.