Skip to content

SampleData[Contigs]

Santiago Castro Dau edited this page Apr 18, 2024 · 3 revisions

Artifact containing contigs, organized as one FASTA file per sample. Contigs are contiguous sequences of DNA that are assembled from overlapping reads.

Artifact Format

class ContigSequencesDirFmt(model.DirectoryFormat):
    sequences = model.FileCollection(
        r'[^\.].+_contigs.(fasta|fa)$',
        format=DNAFASTAFormat
    )

Expected Folder Structure

data
├── <sample_id>_contigs.fa
⋮
└── <sample_id>_contigs.fa

Where to find SampleData[Contigs]

  • See Generate MAGs from reads tutorial for a full example.
  • Below we list actions in q2-moshpit and q2-assembly that have this semantic type as output, input, or both.

As Input

As Output

  • qiime assambly assemble-megahit
  • qiime assambly assemble-spades

As Input and Output

  • qiime assambly partition-contigs
  • qiime assambly collate-contigs

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally