LogoLogo
HomeGitHub RepoBook Demo
version-3.5.x
version-3.5.x
  • Introduction
  • Installation
  • Quick start
  • Mental model
  • Architecture
  • Walkthrough
    • Editing a Package
    • Uploading a Package
    • Installing a Package
    • Getting Data from a Package
    • Working with the Catalog
    • Working with a Bucket
  • API Reference
    • quilt3
    • quilt3.Package
    • quilt3.Bucket
    • CLI, environment
    • Known limitations
  • Catalog
    • Configuration
    • Preview
    • Search & query
    • Metadata for teams
    • Admin UI
    • Embed
  • Advanced Usage
    • Filtering a Package
    • .quiltignore
    • Materialization
    • Working with Manifests
    • S3 Select
    • Workflows
    • Enterprise install
    • S3 Events, EventBridge
  • More
    • Frequently Asked Questions
    • Troubleshooting
    • Contributing
    • Changelog
Powered by GitBook
On this page
  • Plain text previews
  • Binary and special file format previews

Was this helpful?

  1. Catalog

Preview

The Quilt catalog renders previews of the following file types. Whenever possible, Quilt streams the smallest possible subset of the data needed to generate the preview.

Previews are supported for uncompressed files as well as for gzip archives (.gz).

Plain text previews

Quilt can display any plaintext file format, including the following.

  • Most programming languages, with syntax highlighting

    (.cpp, .json, .js, .py, .sh, .sql, etc.)

  • Biological file formats (.bed, .cef, .gff, .fasta, .fastq, .sam, .pdbqt, .vcf, etc.)

  • Text files (.csv, .md, .readme, .tsv, .txt, etc.)

Binary and special file format previews

  • Excel (.xls, .xlsx)

  • FCS Flow Cytometry files (.fcs)

  • Images (.gif, .jpg, .png, .tif, .tiff, etc.)

  • .ipynb (Jupyter and Voila dashboards)

  • .parquet

PreviousConfigurationNextSearch & query

Last updated 3 years ago

Was this helpful?