Skip to content

Commit

Permalink
Set scores only for PGS testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Aug 3, 2020
1 parent d854b31 commit 980b2eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ public void testPipelineWithEagle() throws IOException, ZipException {

// create workflow context
WorkflowTestContext context = buildContext(inputFolder, "hapmap2");
context.setOutput("outputScores", null);

// run qc to create chunkfile
QcStatisticsMock qcStats = new QcStatisticsMock(configFolder);
Expand Down Expand Up @@ -460,6 +459,7 @@ public void testPipelineWithEagleAndScores() throws IOException, ZipException {

// create workflow context and set scores
WorkflowTestContext context = buildContext(inputFolder, "hapmap2");
context.setOutput("outputScores", "cloudgene2-hdfs");

Map<String, Object> pgsPanel = new HashMap<String, Object>();
List<String> scores = new Vector<String>();
Expand Down Expand Up @@ -1197,7 +1197,6 @@ protected WorkflowTestContext buildContext(String folder, String refpanel) {
HdfsUtil.createDirectory(context.getHdfsTemp());

context.setOutput("outputimputation", "cloudgene-hdfs");
context.setOutput("outputScores", "cloudgene2-hdfs");

context.setOutput("hadooplogs", file.getAbsolutePath() + "/hadooplogs");
FileUtil.deleteDirectory(file.getAbsolutePath() + "/hadooplogs");
Expand Down

0 comments on commit 980b2eb

Please sign in to comment.