You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isaac Turner edited this page Mar 16, 2017
·
9 revisions
Sequence Files
Ninja-Cortex currently supports reading FASTA, FASTQ, SAM and BAM files. Also supports gzipped files.
File formats are auto-detected. Commands can also read from a pipe e.g.
It is a bad idea to use such a pipe to merge files of different formats into a single --seq argument. This also includes FASTQ files with different quality offsets.
Graph & Link Files
Cortex graph files are stored in .ctx files. Data about graph connectivity / assembly paths (known as "links") are stored in .ctp files (previously called 'path files').
Graph and link files can be loaded by specifying a subset of colours:
in.ctx:0,3-6
will load colours: 0, 3, 4, 5, 6 from graph file in.ctx. You can also specify
which colour to load the first sample into: