skip to main content
Roche logo
If known Variants exist, they can be added to the Project using the “create variant” command (see section 3.4.4.9 for the usage statement). As was the case for Amplicons (section 3.5.4), the Reference Sequence relative to which a Variant is defined must pre-exist in the project. An example using a “here” style table is below.
create variant -file - << HERE_TERMINATOR
"Name"   "Annotation"   "Reference"   "Pattern"   "Status"
"15BP_DEL_93-107"   "Pattern entered manually"   "EGFR_Exon_19"   "d(93-107)"   "accepted"
"HAP_97C_126A"   "Created from selections"   "EGFR_Exon_18"   "s(97,C)s(126,A)"   "accepted"
"SUB_A_to_C_97"   "Created from selections"   "EGFR_Exon_18"   "s(97,C)"   "accepted"
"SUB_G_to_A_126"   "Created from selections"   "EGFR_Exon_18"   "s(126,A)"   "accepted"
HERE_TERMINATOR