Class RigidGenerator
- java.lang.Object
-
- psidev.psi.mi.jami.utils.checksum.RigidGenerator
-
public class RigidGenerator extends Object
Rigid generator- Since:
01/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description RigidGenerator()
Constructor for RigidGenerator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
calculateRigid()
First get all the sequences to be processed, Calcuate Rigid (seguid+taxid) for them Sort them lexicographically Concatinate them Generate a Seguid for the resulting StringList<String>
getRogids()
getRogids
-
-
-
Method Detail
-
calculateRigid
public String calculateRigid() throws SeguidException
First get all the sequences to be processed, Calcuate Rigid (seguid+taxid) for them Sort them lexicographically Concatinate them Generate a Seguid for the resulting String- Returns:
- Rogid
- Throws:
SeguidException
- handled by psidev.psi.mi.jami.utils.checksum.SeguidException class
-
-