Skip to content

Commit

Permalink
ReadMe updated
Browse files Browse the repository at this point in the history
  • Loading branch information
smbadiwe committed Jan 12, 2017
1 parent ebd6469 commit 31124b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MODACrossPlatform/MODA.Console/Files/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -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 <graphFolder> <filename> <subGraphSize> <threshold> <getOnlyMappingCounts> <useModifiedGrochow>
dotnet MODA.Console.dll <graphFolder> <filename> <subGraphSize> <threshold> <getOnlyMappingCounts> <useModifiedGrochow>
where:
- <graphFolder>: the (relative or absolute) folder the input graph file is.
- <filename>: the input graph file name.
Expand All @@ -14,13 +14,13 @@
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


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

0 comments on commit 31124b5

Please sign in to comment.