Skip to content

Instantly share code, notes, and snippets.

@ferstar
Created June 28, 2016 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferstar/433e311612719116c1b55cc8284ebb52 to your computer and use it in GitHub Desktop.
Save ferstar/433e311612719116c1b55cc8284ebb52 to your computer and use it in GitHub Desktop.
debian version of bcl2fastq without examples
sudo apt-get update
wget http://support.illumina.com/content/dam/illumina-support/documents/downloads/software/bcl2fastq/bcl2fastq2-v2.17.1.14-Linux-x86_64.rpm
sudo apt-get install alien --assume-yes
sudo alien bcl2fastq2-v2.17.1.14-Linux-x86_64.rpm
sudo dpkg -i bcl2fastq2_0v2.17.1.14-2_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment