logo
Gencove Docs
Listing uploads
Initializing search
      • Getting Started
          • My FASTQs
          • Listing uploads
          • Uploading using the CLI
          • Uploading using S3
          • Uploading using BaseSpace
          • Introduction
          • Creating projects
          • Data analysis configuration
          • Hiding projects
          • Listing projects
          • Listing pipeline capabilities
          • Listing pipelines
          • Deleting projects
          • Sharing projects
          • Introduction
          • Hiding samples
          • Listing samples
          • Downloading deliverables
          • Sample metadata and files
          • Importing existing samples to another project
          • Canceling samples
          • Deleting samples
        • Reference Genome
        • Merged VCF file
        • Backwards-compatible array deliverables
        • Retrieving reports
        • Project sample manifests
        • Event Notifications
        • The Gencove Archive
      • Permissions
      • Billing
      • Testing Environment
      • API Reference
      • CLI Reference
      • Base FAQ
      • Introduction
      • Demo notebooks
      • Running analyses
      • Storage
      • Querying
        • Overview
        • VCF Management
        • IGV
        • Data Export
      • Installing packages and software
      • Instance management
      • SDK Reference
      • Explorer FAQ
      • Support
      • Terms
      • Gencove homepage

    Listing uploads

    Uploads can be listed using the gencove uploads list command.

    $ gencove uploads list
    

    Uploads can also be filtered by status and searched.

    $ gencove uploads list --status assigned
    
    $ gencove uploads list --search gncv://upload/path
    
    Previous My FASTQs
    Next Uploading using the CLI