From 31124b580901109dbe7a609e2931a6db9498da11 Mon Sep 17 00:00:00 2001 From: smbadiwe Date: Thu, 12 Jan 2017 14:27:06 -0800 Subject: [PATCH] ReadMe updated --- MODACrossPlatform/MODA.Console/Files/ReadMe.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MODACrossPlatform/MODA.Console/Files/ReadMe.txt b/MODACrossPlatform/MODA.Console/Files/ReadMe.txt index a3cfd06..6161c3e 100644 --- a/MODACrossPlatform/MODA.Console/Files/ReadMe.txt +++ b/MODACrossPlatform/MODA.Console/Files/ReadMe.txt @@ -1,8 +1,8 @@ TO RUN PROGRAM - To run the program, you'll need to - - Launch Command Prompt and navigate to the folder containing the MODA.Console.exe file + - Launch Command Prompt and navigate to the folder containing the MODA.Console.dll file - Then type in the command: - MODA.Console + dotnet MODA.Console.dll where: - : the (relative or absolute) folder the input graph file is. - : the input graph file name. @@ -14,7 +14,7 @@ proposed modified Grochow's algorithm (Algo 2) - As an example, to run with the test data, simply run with the command: - dotnet run Files Scere20141001CR_idx.txt 4 0 y n + dotnet MODA.Console.dll Files Scere20141001CR_idx.txt 4 0 y n - Subgraph sizes (the last parameter in the command) below 3 and above 5 are not (yet) supported - You will get the chance to provide sample file of the query graph (subgraph) you're interested in, if you have one @@ -22,5 +22,5 @@ SYSTEM REQUIREMENTS - Windows / Linux / OSX -- .NET Core (download at http://dot.net) +- .NET Core installed (download at http://dot.net) - dot program installed on the system, if you need to generate images of the input or query graph