Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jts/sga
Browse files Browse the repository at this point in the history
Conflicts:
	src/GraphDiff/GraphCompare.cpp
	src/SGA/Makefile.am
	src/SGA/sga.cpp
  • Loading branch information
jts committed May 6, 2013
2 parents 9e6b48c + 867335b commit a260c50
Show file tree
Hide file tree
Showing 72 changed files with 1,287 additions and 6,616 deletions.
4 changes: 4 additions & 0 deletions src/Algorithm/ClusterProcess.cpp
Expand Up @@ -42,6 +42,10 @@ ClusterResult ClusterProcess::process(const SequenceWorkItem& item)
}
}

// Add sequences to be used to stop extension, if requested
if(m_parameters.pLimitKmers != NULL)
cluster.setLimitKmers(m_parameters.pLimitKmers, m_parameters.limitK);

// Run the clustering process
cluster.run(m_parameters.maxClusterSize, 0);

Expand Down
195 changes: 0 additions & 195 deletions src/Algorithm/HapgenProcess.cpp

This file was deleted.

102 changes: 0 additions & 102 deletions src/Algorithm/HapgenProcess.h

This file was deleted.

0 comments on commit a260c50

Please sign in to comment.