Skip to content

Commit

Permalink
Added a usage note to script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrimble committed Mar 16, 2016
1 parent 965a6d4 commit ad974cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/convert_to_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
print "to the matrix TSV format used by Kristiaan Glorie."
print
print "Required parameters: cycle_cap chain_cap"
print "Note that cycle_cap is number of *vertices* in longest permitted cycle."

else:
cycle_cap = sys.argv[1]
chain_cap = sys.argv[2]
Expand Down

0 comments on commit ad974cd

Please sign in to comment.