Skip to content

Commit

Permalink
sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Dec 26, 2023
1 parent 6e8246e commit 79f1f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/java/indigo/src/main/java/com/epam/indigo/IndigoLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ public interface IndigoLib extends Library {

int indigoLoadSmartsFromBuffer(byte[] buffer, int size);

int indigoLoadSequence(int source, String seq_type);

int indigoLoadSequenceFromString(String str, String seq_type);

int indigoLoadSequenceFromFile(String filename, String seq_type);

int indigoLoadStructureFromString(String str, String params);

int indigoLoadStructureFromFile(String filename, String params);
Expand Down

0 comments on commit 79f1f8e

Please sign in to comment.