MuST command line tool for NeDRex backend
Input Files:-nw,--network (arg) Path to the Network File (String)
-s,--seed (arg) Path to the Seed File (String)
Output Files:
-oe,--outedges (arg) Path to output file for edges (String)
-on,--outnodes (arg) Path to output file for nodes (String)
Parameters for the tree computation:
-hp,--hubpenalty (arg) Specify hub penality between 0.0 and 1.0. If none is specified, there will be no hub penalty
-m,--multiple Choose this option if you want to return multiple results
-t,--trees (arg) Number of Trees to be returned (Integer). Also choose -m for this parameter.
-mi,--maxit (arg) The maximum number of iterations is defined as nrOfTrees + x. Here, you can modify x to an integer between 0 and 20. If you don't specify this parameter, it will be set to 10
-nlcc,--nolcc Choose this option if you do not want to work with only the largest connected component
Parameters for the parallelization of the Dijkstra computation
-pd,--parallelDijkstra Choose this option for parallel Dijkstra computation
-ncd,--nrOfCoresDijkstra (arg) Specify the number of cores you want to give the Dijkstra computation. If this is not specified, all available processors will be used.