Well, my previous attempt at reproducing the demultiplexing that BGI performed was an exercise in futility. BGI got back to me with the following message:
Hi Sam,
We downloaded it and it seems fine when compiling. You can compile it with the below command under Linux system.
tar -zxvf ReSeqTools_XXX.tar.gz ; cd iTools_Code; chmod 775 iTools ; ./ iTools -h
I gave that whirl and got the following message:
<code>Error opening terminal: xterm</code>
Some internet searching got me sucked into a useless black hole about 64 bit systems running 32 bit programs and enabling the 64 bit kernel on Mac OS X 10.7.5 (Lion) since it’s not enabled by default and on and on. In the end, I can’t seem to enable the 64 bit kernel on my Mac Pro, likely due to hardware limitations related to the graphics card and/or displays that are connected.
Anyway, I decided to try getting this program installed again, using a Docker container (instead of trying to install locally on my Mac).
Results:
It didn’t work again, but for a different reason! Despite the instructions in the readme file provided with iTools, you don’t actually need to run make
! All that has to be done is unzipping the tarball!! However, despite figuring this out, the program fails with the following error message: “Warming : sample double in this INDEX Files. Sample ID: OYSzenG1AAD96FAAPEI-109; please renamed it diff” (note: this is copied/pasted - the spelling errors are note mine). So, I think there’s something wrong with the formatting of the index file that BGI provided me with.
I’ve contacted them for more info.
See the Jupyter notebook linked below to see what I tried.
Jupyter notebook (GitHub): 20170314_docker_Oly_BGI_GBS_demultiplexing_reproducibility.ipynb