Skip to content

Commit

Permalink
Changed FaithMCS version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLarsen committed Apr 27, 2017
1 parent 927e98d commit c30fae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>dk.sdu.compbio.faithmcs</groupId>
<artifactId>faithmcs</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.2</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/dk/sdu/compbio/cytomcs/internal/AlignTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
import org.cytoscape.work.AbstractTask;
import org.cytoscape.work.TaskMonitor;
import org.jgrapht.Graph;
import sun.nio.ch.Net;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;

/**
* Task computing the maximum common edge subgraph using an iterative local search algorithm.
Expand Down

0 comments on commit c30fae0

Please sign in to comment.