Package org.helm.rest
Class ReadSequence
- java.lang.Object
-
- org.helm.rest.ReadSequence
-
@Path("/Sequence") public class ReadSequence extends ObjectReadSequence class to read sequence and transform this in HELMNotation- Author:
- hecht
-
-
Constructor Summary
Constructors Constructor Description ReadSequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegenerateHELMPeptide(String peptide)javax.ws.rs.core.ResponsegenerateHELMRNA(String rna)
-
-
-
Method Detail
-
generateHELMPeptide
@Path("/PEPTIDE/{c}") @GET @Produces("application/json") @Consumes("application/json") public javax.ws.rs.core.Response generateHELMPeptide(@PathParam("c") String peptide) throws org.helm.notation2.exception.ChemistryException- Throws:
org.helm.notation2.exception.ChemistryException
-
generateHELMRNA
@Path("/RNA/{c}") @GET @Produces("application/json") @Consumes("application/json") public javax.ws.rs.core.Response generateHELMRNA(@PathParam("c") String rna) throws org.helm.notation2.exception.ChemistryException- Throws:
org.helm.notation2.exception.ChemistryException
-
-