Skip to content

Instantly share code, notes, and snippets.

@zorbax
Created October 12, 2020 11:28
Show Gist options
  • Save zorbax/61bc985ca7bb2b06798267af205bbadf to your computer and use it in GitHub Desktop.
Save zorbax/61bc985ca7bb2b06798267af205bbadf to your computer and use it in GitHub Desktop.
# MiSeq
bcl2fastq -R . -r 10 -p 10 -w 10 \
--fastq-compression-level 9 \
--barcode-mismatches 2 \
-l NONE -o fastq_files \
--sample-sheet SampleSheet.csv
# Nextseq
bcl2fastq -R . --no-lane-splitting \
-r 10 -p 10 -w 10 \
--fastq-compression-level 9 -l NONE \
--minimum-trimmed-read-length 70 \
-o fastq_files --sample-sheet SampleSheet.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment