Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Selecting the Configure option under Advanced options section enables a granular control of the import (Figure 2). The Select tiles option (--tiles) enables the user to process only a subset of tiles available in the flow cell. The input for this option is a comma-separated list of regular expressions. Min trimmed read length (--minimum-trimmed-read-length) specifies the minimum read length after adapter removal. Mask short adapter reads (--mask-short-adapter-reads) applies when a read is trimmed below the length specified by Min trimmed read length. If the number of bases after adapter removal is less than Min trimmed read length, it forces the read length to be equal to Min trimmed read length by replacing the adapter bases that fall below the specified length by Ns. If the number of remaining bases falls below Mask short adapter sequences, then replace it replaces all the bases in a read with Ns. Adapter stringency (--adapter-stringency) specifies the minimum match rate that triggers the masking or trimming of adapters. The rate is calculated as MatchCount / (MatchCount + MismatchCount). Only the reads exceeding the specified rate of sequence identity with adapters are trimmed. Barcode mismatches (--barcode-mismatches) controls the number of allowed mismatches per index sequence. Do not split files by lane (--no-lane-splitting) prevents splitting of fastq files by lane, i.e. the converter will merge multiple lanes and generate one fastq file per sample.

 

Numbered figure captions
SubtitleTextAdvanced options of bcl importer
AnchorNamebcl importer advanced options

The result of the import is an Unaligned reads data node, containing demultiplexed fastq files.