Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jan 18, 2024
1 parent 60132bd commit bd6b037
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ private void buildFileMenu(JMenu fileMenu) {
// retrieve all simulated alignments stored in the map
Map<Integer, List<Value>> valuesMap = panel.getValuesAllRepsMap();

// TODO: Cannot specify to call which formatter in the core, as Nexus formatter is in the base,
// so call ValueFileLoggerListener instead, however the alignment will be simulated again.
ValueFileLoggerListener fileLoggerListener = new ValueFileLoggerListener();
// set alignment directory
fileLoggerListener.setOutputDir(selectedDir.getAbsolutePath());
Expand Down

0 comments on commit bd6b037

Please sign in to comment.