NextSeq2000 / NovaSeq Demultiplexing and Data Transfer

  1. Mount the remote SMB server. You must be on a secure network (MGBWifi or set up a partners vpn)
sudo mount -t cifs //10.212.9.248/KwonLabSequenceData ~/remoteDir -o "username=Sequser-read,password=1234R@g0n"
  1. Transfer from SMB onto O2 scratch with RSync
rsync -avt ./{sequencing_folder} {hms_id}@transfer.rc.hms.harvard.edu:/n/scratch/users/{first_letter_hms_id}/{hms_id}
  1. Make demultiplexing samplesheet
    • bclConvert header
    • Sample_ID as the unique identifier
    • index2 as the
    • index1 as the

  1. Upload demultiplexing samplesheet to o2 via o2 portal

  2. Validate and upload mapping file with sequencing metadata for dada2 to data1 folder

    • Make sure format is consistent with old miseq runs
    • #SampleID as the unique identifier
    • Ensure no special characters in the unique identifier and only (alphanumeric and underscores)

  1. Run bclConvert
    • Ensure you are on an interactive node with at least 96GB of memory
module load bclConvert
bcl-convert --bcl-input-directory . --output-directory fastqs --sample-sheet vibrant_sample_sheet_pool11.csv
  1. Move fastqs to data1 folder

n/groups/kwon/data1/sequencing_run_archive_DO_NOT_EDIT/2025_05_07_NextSeq_V3V4/
├── Demultiplexed
├── Reports
└── vibrant_pool10.csv

The sequencing run is now demultiplexed, in the proper directory on O2, and ready for further processing.