Contiguity

Quickstart
Tutorial 1 - Exploring an Illumina CAG with a reference. (coming soon)


Quick Start

Supported formats & the CAG

Contiguity works with ABySS (.dot), Velvet (LastGraph), Newbler (.ace) and SPAdes (FASTG) formats.
For all other assemblies, an assembly graph (.cag) can be created from the Contiguity GUI (file->create cag file) or using the command line.
We recommend that both Velvet and SPAdes graphs be reconstructed using the Contiguity CAG format.

You can read more about the CAG in the manual.

Generation of the CAG file

You can generate a CAG from the command line like:

 $ Contiguity -cl -c <contig_file.fa> -fq <read_file.fq> -o <output_folder> 

This assumes:

  • (~8GB of free memory)
  • contig_file.fa: is in FASTA file of contigs or scaffolds read_file.fq: Interleaved fastq file - read1_left, read1_right, read2_left etc... orientated as such --> <-- read lengths of at least 75bp
  • output_folder: folder to put output files in, can and will overwrite files in this folder.

  • The resultant CAG file (output_folder/assembly.cag) can then be loaded into Contiguity.

    The Contiguity GUI

    There are 3 main functions of the Contiguity GUI -
    Visualising an assembly graph:

  • Load FASTG/LastGraph/CAG etc. using "File->Load assembly"
  • View assembly graph using "View->View Assembly"

  • Compare assembly graph to a reference:
  • Load FASTG/LastGraph/CAG etc. using "File->Load assembly"
  • Create comparison to a reference by selecting "File->Create Comparison"
  • Select a reference file and click ok, when asked if you want to generate a comparison, click "yes".
  • View assembly graph using "View->View Assembly"

  • Self Comparison (Long read assemblies):
  • Load assembly (FASTA) using "File->Load assembly"
  • Create a self comparison using "View->Self Comparison"
  • Select "OK" and when asked if you want to generate a comparison, click "yes"
  • For more in depth description of functionality and work flows please see the manual.


    More tutorials coming soon