Skip to content

Commit

Permalink
Create example.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rcs333 authored Mar 2, 2018
1 parent 905786b commit 2df39d8
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions example.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
Submit-block ::= {
contact {
contact {
name name {
last "Doe",
first "Jane",
middle "",
initials "",
suffix "",
title ""
},
affil std {
affil "University of Science",
div "Virology",
city "Seattle",
sub "WA",
country "United States of America",
street "123 University Road",
email "[email protected]",
postal-code "98105"
}
}
},
cit {
authors {
names std {
{
name name {
last "Doe",
first "Jane",
middle "",
initials "",
suffix "",
title ""
}
}
},
affil std {
affil "University of Science",
div "Virology",
city "Seattle",
sub "WA",
country "United States of America",
street "123 University Road",
postal-code "98105"
}
}
},
subtype new
}
Seqdesc ::= pub {
pub {
gen {
cit "unpublished",
authors {
names std {
{
name name {
last "Doe",
first "Jane",
middle "",
initials "",
suffix "",
title ""
}
}
}
},
title "Viral Genome Sequences from University of Science"
}
}
}
Seqdesc ::= user {
type str "Submission",
data {
{
label str "AdditionalComment",
data str "ALT EMAIL:[email protected]"
}
}
}
Seqdesc ::= user {
type str "Submission",
data {
{
label str "AdditionalComment",
data str "Submission Title:None"
}
}
}

0 comments on commit 2df39d8

Please sign in to comment.