Input
n/a
Sequence JSON
n/a
CGView JSON
Options
Pretty Print (r)
Show Map
Show Input
Show All Text (seq)
Show Sequence JSON
Show CGView JSON
Filter Sequence (r)
No messages yet...
- Large files may have a long delay. This is due to inserting the text into the webpage.
- The actual parsing/processing times are displayed in orange.
- Options with (r), require clicking the Reparse button before taking effect.
- Clicking Open in Proksee will send the CGView JSON to Proksee to start a new project.
// Type `parse` in the developer console to have
// acccess to the following:
parse.input // The sequence input text
parse.seqFile // The SequenceFile object
parse.seqJSON // The sequence intermediate JSON
parse.cgvBuilder // The CGViewBuilder object
parse.cgvJSON // The final CGView JSON
// Commands and Config
// SequenceFile command
const seqFile = new CGParse.SequenceFile( inputText, {
maxLogCount: 1
});
// CGViewBuilder command
const builder = new CGParse.CGViewBuilder(seqFile, {
logger: seqFile.logger,
config: jsonConfig, // See below
excludeFeatures: ['source', 'gene', 'exon'],
excludeQualifiers: ['translation'],
maxLogCount: 2
});
// jsonConfig (defined in /test/config.js)
const jsonConfig =