Skip to content

Commit 36f4be9

Browse files
committed
Working on removing old legacy BJ dust... Sequence interface used instead of RichSequence
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@8662 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent a62d797 commit 36f4be9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

biojava3-ws/src/main/java/org/biojava3/ws/alignment/RemotePairwiseAlignmentService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
import java.io.InputStream;
2424

25-
import org.biojavax.bio.seq.RichSequence;
26-
25+
//import org.biojavax.bio.seq.RichSequence;
26+
import org.biojava3.core.sequence.template.Sequence;
2727
/**
2828
* This interface specifies minimal information needed to execute a pairwise alignment on a remote service.
2929
*
@@ -41,7 +41,7 @@ public interface RemotePairwiseAlignmentService {
4141
*
4242
* @throws Exception
4343
*/
44-
public String sendAlignmentRequest(RichSequence rs, RemotePairwiseAlignmentProperties rpa) throws Exception;
44+
public String sendAlignmentRequest(Sequence seq, RemotePairwiseAlignmentProperties rpa) throws Exception;
4545

4646
/**
4747
* Doing the actual analysis on the instantiated service using specified parameters on the string representation

0 commit comments

Comments
 (0)