File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919import org .apache .commons .lang3 .StringUtils ;
2020import org .apache .commons .lang3 .math .NumberUtils ;
2121import org .apache .logging .log4j .Logger ;
22- import org .apache .logging .log4j .LogManager ;
2322import org .jetbrains .annotations .Nullable ;
2423import org .labkey .api .data .SimpleFilter ;
2524import org .labkey .api .data .TableInfo ;
@@ -249,8 +248,8 @@ public static boolean isAlignmentUsed(PipelineJob job)
249248
250249 public static void logModuleVersions (Logger log )
251250 {
252- log .info ("SequenceAnalysis Module Version: " + ModuleLoader .getInstance ().getModule (SequenceAnalysisModule .NAME ).getFormattedVersion () + " (r" + (ModuleLoader .getInstance ().getModule (SequenceAnalysisModule .NAME ).getVcsRevision ()) + ")" );
253- log .info ("Pipeline Module Version: " + ModuleLoader .getInstance ().getModule ("pipeline" ).getFormattedVersion () + " (r" + (ModuleLoader .getInstance ().getModule ("pipeline" ).getVcsRevision ()) + ")" );
251+ log .info ("SequenceAnalysis Module Version: " + ModuleLoader .getInstance ().getModule (SequenceAnalysisModule .NAME ).getReleaseVersion () + " (r" + (ModuleLoader .getInstance ().getModule (SequenceAnalysisModule .NAME ).getVcsRevision ()) + ")" );
252+ log .info ("Pipeline Module Version: " + ModuleLoader .getInstance ().getModule ("pipeline" ).getReleaseVersion () + " (r" + (ModuleLoader .getInstance ().getModule ("pipeline" ).getVcsRevision ()) + ")" );
254253 log .debug ("java.io.tmpDir: " + System .getProperty ("java.io.tmpdir" ));
255254 try
256255 {
You can’t perform that action at this time.
0 commit comments