Skip to content

Commit 4f26eb4

Browse files
committed
Log STAR version
1 parent 3bc4e78 commit 4f26eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/StarWrapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public void logVersionString() throws PipelineJobException
489489
args.add(getExe(false).getPath());
490490
args.add("--version");
491491

492-
execute(args);
493-
492+
String version = executeWithOutput(args);
493+
getLogger().info("STAR version: " + version);
494494
}
495495
}

0 commit comments

Comments
 (0)