Graph6 to Combinatorica tool
First we need this:
readg.c
It was obtained at http://www.cs.uwa.edu.au/~gordon/g6.html.
Then we can use it with the parameters -eq for edgelist, as follows:
readg -eq filename.g6 > filename2.txt
Then the following is using this program:
graph62comb.c
This has the same usage as Graffiti to Combinatorica tool.