I am trying to install bcl2fastq from source.
However, during the make process, I am encountering an error:
make[2]: *** [c++/lib/demultiplex/CMakeFiles/casava_demultiplex.dir/BclDemultiplexer.cpp.o] Error 1
make[1]: *** [c++/lib/demultiplex/CMakeFiles/casava_demultiplex.dir/all] Error 2
make: *** [all] Error 2
Does anyone know how you can get around this, and what this means? I have built the boost that comes with the redist folder and have pointed to this when configuring the bcl2fastq program.
you can download bcl2fastaq deb from https://github.com/igorbarinov/bcl2fastq. Try the deb
Software linked here is older version (should work unless the data is from NovaSeq).
Thanks for this, I downloaded the deb, and used sudo dpkg -i bcl2fastq_1.8.4-2_amd64-2.deb. Where does it install to?
Should give you where each file went. In general, it should be available in your path :)
Unfortunately I need the v2 version for a next-seq. When I convert to deb with alien, I get the following error which I cannot diagnose. dpkg-deb: error: parsing file 'debian/bcl2fastq2/DEBIAN/control' near line 2 package 'bcl2fastq2': error in Version string 'v2.17.1.14-2': version number does not start with a digit dh_builddeb: dpkg-deb --build debian/bcl2fastq2 .. returned exit code 2 make: * [binary-arch] Error 1 Any ideas would be helpful...
Why did you download v.1.8.4? v.2.17 (as a
.deb
) is also available at the link @cpad0112 posted.I downloaded the deb for 1.8.4. 2.17 is only available as an rpm file....I think.
My bad (dyslexia kicked in). You should follow the other set of directions from @cpad0112 then: C: Issues installing bcl2fastq? .
Did you also install boost-devel?
Hello. Yes, I did this after unzipping the boost-1.44 in the redist folder:
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.If you are able to, use the
.rpm
Illumina provides instead.Hi, I tried using rpm. However, if I follow the illumina installation guide I also get an error when using the command: rpm --install bcl2fastq2-v2.18.0.12-Linux-x86_64.rpm. It says: rpm: RPM should not be used directly install RPM packages, use Alien instead! rpm: However assuming you know what you are doing... error: Failed dependencies: /bin/sh is needed by bcl2fastq2-v2.18.0.12-1.x86_64
Do you have
sudo
access on this machine?Install alien. Alien package will convert rpm to deb based on certain architecture assumption. read https://wiki.debian.org/Alien. In general it would install, but some times, it (converted deb) may fail.