~ubuntu-branches/ubuntu/trusty/abyss/trusty-proposed

« back to all changes in this revision

Viewing changes to Parallel/NetworkSequenceCollection.h

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-12-13 17:04:24 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111213170424-5lenznlcdridsj81
Tags: 1.3.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                                ISequenceCollection* seqCollection,
68
68
                                FastaWriter* fileWriter = NULL);
69
69
 
70
 
                void add(const Kmer& seq);
 
70
                void add(const Kmer& seq, unsigned coverage = 1);
71
71
                void remove(const Kmer& seq);
72
72
                void setFlag(const Kmer& seq, SeqFlag flag);
73
73