Skip to content

Commit

Permalink
Delete MS2 GWT code. Switch to simple job launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels committed Dec 19, 2024
1 parent c38e73d commit 2fccf51
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import org.labkey.api.util.FileType;
import org.labkey.api.view.ViewBackgroundInfo;

import java.io.File;
import java.io.IOException;
import java.nio.file.Path;
import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -62,7 +60,7 @@ public String getName()
}

@Override
public NextFlowPipelineJob createPipelineJob(ViewBackgroundInfo info, PipeRoot root, List<File> filesInput, File fileParameters, @Nullable Map<String, String> variableMap) throws IOException
public NextFlowPipelineJob createPipelineJob(ViewBackgroundInfo info, PipeRoot root, List<Path> filesInput, Path fileParameters, @Nullable Map<String, String> variableMap)
{
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit 2fccf51

Please sign in to comment.