INGOR
ReadFilter

ReadFilter reads a network from a file.

Arguments

file=file_name
File name to read.
type=format
File format. See Network File Formats for the list of network file formats. If the file name has the same extension as the file format name, this can be omitted.
args={key [ = value, ... ] }
Arguments for the file format. See documents of particular formats listed in Network File Formats for the available arguments.

Example

format conversion

This converts a file in SGN3 to ING.

$ ingor --read file=input.sgn3 -o output.ing


MPI support

Only the root process reads the networks. Other processes do nothing (and return a NULL network, internally).


Filters | INGOR Manual