skip to main content
Roche logo
Read Data Sets are imported into the Project using the “load” command (see section 3.4.8 for the usage statement). The exact way to load the Read Data Sets into the Project depends on how the data is organized on the disk. In the case where individual SFF files are stored together in a given repository (e.g. /data/sffFiles/EGFR_sff_files) and you know the specific file names you need, you might load the files as shown below (shown in the “here” file format):
load –sffDir /data/sffFiles/EGFR_sff_files -file - << HERE_TERMINATOR
"SffName"           "ReadGroup"     "SymLink"     "Name"
"DGVS90J01.sff"     "ReadGrp_1"     "false"     "DGVS90J01"
"DGVS90J02.sff"     "ReadGrp_1"     "false"     "DGVS90J02"
"DGVS90J03.sff"     "ReadGrp_1"     "false"     "DGVS90J03"
"DGVS90J04.sff"     "ReadGrp_1"     "false"     "DGVS90J04"
HERE_TERMINATOR
load –sffDir /data/sffFiles/EGFR_sff_files \
–readGroup ReadGrp_1 -filePrefix DGVS90J \
–regions 1,2,3,4 –symLink “false”
   load –analysisDir /data/sequencingRuns/EGFR_Run_Dir/EGFR_Analysis_Dir/ \
  –readGroup ReadGrp_1 –regions 1,2,3,4 \
  –symLink false –alias EGFR_reads