Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 24, 2023
1 parent 8a6f707 commit cb10506
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions gensplore-component/src/stories/Gensplore.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {

const Template = (args) => <GensploreComponent genbankString={
`LOCUS Sample100bp 100 bp DNA linear UNK 24-NOV-2023
DEFINITION Synthetic construct, 100 bp DNA fragment.
DEFINITION Synthetic construct, 100 bp DNA fragment with 42 bp coding sequence.
ACCESSION XXX00000000
VERSION XXX00000000.1
KEYWORDS .
Expand All @@ -21,14 +21,19 @@ REFERENCE 1 (bases 1 to 100)
TITLE Direct Submission
JOURNAL Submitted (24-NOV-2023) to the GenBank
FEATURES Location/Qualifiers
CDS 1..100
source 1..100
/organism="synthetic construct"
/mol_type="genomic DNA"
/db_xref="taxon:000000"
CDS 30..71
/codon_start=1
/product="mini protein"
/protein_id="AAA00000.1"
ORIGIN
1 atgctagctg acgtacgtac gtagctagct agctagctac gtagctagct agctagctag
61 ctgactgact gactgactga ctgactgact gactgactga
//`
1 atgctagcta cgtagctatg ctagctagct agctagctag ctgatgaaaa aaaaaa
61 atatattata actgactgac tgactgactg actgactgac
//
`
}/>;

export const Primary = Template.bind({});
Expand Down

1 comment on commit cb10506

@vercel
Copy link

@vercel vercel bot commented on cb10506 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.