Skip to content

Commit

Permalink
Create index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 13, 2024
1 parent eed8693 commit 732a933
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ontology/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { ontologyAPI } from './ontology-api';

const designCircuit = async (geneSequence, promoterSequence) => {
const response = await ontologyAPI.designCircuit(geneSequence, promoterSequence);
return response.data;
};

export { designCircuit };

0 comments on commit 732a933

Please sign in to comment.