{% extends "base.html" %} {% set active_page = 'manifest' %} {% block title %}Workset Manifest Generator - Ursa Customer Portal{% endblock %} {% block content %}
Create a stage_samples.tsv file defining analysis inputs for your pipeline run
# Add analysis inputs to generate the manifest
RUN_ID, SAMPLE_ID, EXPERIMENTID, SAMPLE_TYPE, LIB_PREP, SEQ_VENDOR, SEQ_PLATFORM, LANE, SEQBC_ID, PATH_TO_CONCORDANCE_DATA_DIR, R1_FQ, R2_FQ, STAGE_DIRECTIVE, STAGE_TARGET, SUBSAMPLE_PCT, IS_POS_CTRL, IS_NEG_CTRL, N_X, N_Y, EXTERNAL_SAMPLE_ID
| Column Name | Description | Example |
|---|---|---|
SAMPLE_ID |
Unique identifier for this analysis input | LIB001 |
EXTERNAL_SAMPLE_ID |
Subject/individual ID (e.g., patient ID) | SUBJ001 |
SAMPLE_TYPE |
Type of biological sample | Blood, Saliva, Tissue |
LIB_PREP |
Library preparation method | PCR-free, Nextera |
SEQ_VENDOR |
Sequencing vendor/platform | Illumina, PacBio |
SEQ_PLATFORM |
Specific sequencing platform | NovaSeq, HiSeq |
R1_FQ |
S3 path to forward read FASTQ file | s3://bucket/sample_R1.fastq.gz |
R2_FQ |
S3 path to reverse read FASTQ file (optional for single-end) | s3://bucket/sample_R2.fastq.gz |