public class ScratchReader
extends java.lang.Object
Constructor and Description |
---|
ScratchReader() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Integer> |
accRead(java.lang.String filePath,
java.lang.String titleContain)
Read ACCpro result for chosen protein in file with results
|
static java.util.List<java.lang.Character> |
ssRead(java.lang.String filePath,
java.lang.String titleContain)
Read SSpro result for chosen protein in file with results
|
public static java.util.List<java.lang.Character> ssRead(java.lang.String filePath, java.lang.String titleContain)
filePath
- - path to the file with SSpro resultstitleContain
- - code of the chosen protein to find in the file with results (if null then first found)public static java.util.List<java.lang.Integer> accRead(java.lang.String filePath, java.lang.String titleContain)
filePath
- - path to the file with ACCpro resultstitleContain
- - code of the chosen protein to find in the file with results (if null then first found)