placeholder values until CLI is updated to support read depth simulation
This commit is contained in:
@@ -146,7 +146,7 @@ public class CommandLineInterface {
|
||||
CellSample cells = getCells(cellFilename);
|
||||
//get plate
|
||||
Plate plate = getPlate(plateFilename);
|
||||
GraphWithMapData graph = Simulator.makeGraph(cells, plate, false);
|
||||
GraphWithMapData graph = Simulator.makeGraph(cells, plate, 1, 0.0, 0.0, false);
|
||||
if (!line.hasOption("no-binary")) { //output binary file unless told not to
|
||||
GraphDataObjectWriter writer = new GraphDataObjectWriter(outputFilename, graph, false);
|
||||
writer.writeDataToFile();
|
||||
|
||||
Reference in New Issue
Block a user