Skip to content

Commit

Permalink
Merge pull request #2 from JFRode/patch-1
Browse files Browse the repository at this point in the history
Update and rename README to README.md
  • Loading branch information
aaronmcdaid committed Aug 7, 2017
2 parents 12a92a5 + 60abc22 commit 12bd398
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README → README.md
@@ -1,20 +1,23 @@
justTheCliques: Find maximal cliques, via the Bron Kerbosch algorithm, http://en.wikipedia.org/wiki/Bron%E2%80%93Kerbosch_algorithm
cp5: Fast clique percolation algorithm, described in http://arxiv.org/abs/1205.0038
# MaximalCliques

== Copyright ==
**justTheCliques:** Find maximal cliques, via the Bron Kerbosch algorithm, [Bron Kerbosch in Wikipedia](http://en.wikipedia.org/wiki/Bron%E2%80%93Kerbosch_algorithm)

**cp5:** Fast clique percolation algorithm, described in [Cornell University Library](http://arxiv.org/abs/1205.0038)

## Copyright

Copyright 2009-2011 - Aaron McDaid aaronmcdaid@gmail.com.
Licensed under GPL v3. See gpl.txt included with this package.

== Compiling ==
## Compiling

First, to get your hands on the latest code from GitHub.
In a directory of your choice:

git clone --recursive https://github.com/aaronmcdaid/MaximalCliques.git
make clean justTheCliques cp5

== Usage ==
## Usage


./justTheCliques your_edge_list.txt [--stringIDs] > cliques.txt
Expand All @@ -37,9 +40,9 @@ did want to see the sizes of the cliques found, to

./justTheCliques edge_list.txt > /dev/null

== Input file ==
## Input file

Each line of the your_edge_list.txt represents an edge. The first two fields
Each line of the **your_edge_list.txt** represents an edge. The first two fields
(delimited by commas, pipes(|), spaces or tabs) are the names of the two
nodes that are connected. Directionality is ignored, and self-loops will be rejected.
Any other fields on the line are also ignored.
Expand Down

0 comments on commit 12bd398

Please sign in to comment.