Hi Alex,
Yes, these tmp.fifo.read files look just like fastq files in their contents.
The version of STAR that I am using came as part of a tarball from BioBuilds release 2015-04 (
http://biobuilds.org/downloads/). I also was curious if there was some issue with that build, so I downloaded and installed from github:
and used what I think is the static version that you are referring to:
/data/Bioinformatics/SampleData/CBW/tools/STAR/bin/Linux_x86_64_static/STAR --genomeDir /data/Bioinformatics/SampleData/CBW/refs/hg19/star/22 --readFilesCommand zcat --readFilesIn ../H_KH-540077-Normal-cDNA-1-lib2_ds_10pc_1.fastq.gz ../H_KH-540077-Normal-cDNA-1-lib2_ds_10pc_2.fastq.gz --outFileNamePrefix Normal_cDNA1_lib2_static/
The sam file still fails to populate, and this is one of those cases where I did not get a _STARtmp file output:
staylo@EWRLNXRD28:/data/Bioinformatics/SampleData/CBW/data/test/Normal_cDNA1_lib2_static$ ls -lR
.:
total 4096
-rwxr-xr-x 1 staylo rleQAS_SCRI-Sudo 774 Jul 2 10:00 Aligned.out.sam
-rwxr-xr-x 1 staylo rleQAS_SCRI-Sudo 1645 Jul 2 10:03 Log.final.out
-rwxr-xr-x 1 staylo rleQAS_SCRI-Sudo 15367 Jul 2 10:00 Log.out
-rwxr-xr-x 1 staylo rleQAS_SCRI-Sudo 246 Jul 2 10:00 Log.progress.out
-rwxr-xr-x 1 staylo rleQAS_SCRI-Sudo 0 Jul 2 10:03 SJ.out.tab
So it seems to me that the general possibilities were roughly
-syntax error (but I think we have eliminated that one)
-an error in the way BioBuilds compiled and distributed STAR (not likely since I am having the same issues with what I downloaded from github)
-an error in STAR (not likely if I am the only one with this problem)
-a system error, incompatibility, setting, or missing dependency on my end (what we are left with, and probable given that this is a new system we are building. I just don't know what exactly is missing)
Any other thoughts?
Thanks,
Sean