~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to Overlap/Overlap.cpp

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        /** Write the new contigs to this file. */
73
73
        static string out;
74
74
 
75
 
        int dot; // used by Estimate
76
 
        int format; // used by ContigProperties
 
75
        /** Output format */
 
76
        int format = ADJ; // used by ContigProperties
77
77
}
78
78
 
79
79
static const char shortopts[] = "g:k:m:o:v";