Hi,
My STAR run produces an empty bam file and I can't understand what is the problem and I can't find any error messages in the log files
I downloaded STAR from conda
conda install -c bioconda star
it is version 2.7.1a
This is my command
STAR --genomeDir $genomeDir \
--readFilesIn $mate1_path $mate2_path \
--outSAMtype BAM SortedByCoordinate \
--outFileNamePrefix $sample_name \
--quantMode GeneCounts \
--twopassMode Basic \
--readFilesCommand zcat
Here are my log files (I also attached them to the message I included log files both from genome generation step and mapping)
https://drive.google.com/open?id=1Csi7U0QzAtTALXid-i313PvILFUSUmvq
For the genome generation I downloaded the followings as suggested in the STAR manual
then unzipped them and run the following
STAR --runMode genomeGenerate --genomeDir $working_dir --genomeFastaFiles $reference_fasta --sjdbGTFfile $annotation_file --sjdbOverhang $length
in the output for genome generation I see that is it completed successfully
Jul 19 14:34:07 ..... started STAR run
Jul 19 14:34:07 ... starting to generate Genome files
Jul 19 14:35:18 ... starting to sort Suffix Array. This may take a long time...
Jul 19 14:35:32 ... sorting Suffix Array chunks and saving them to disk...
Jul 19 16:00:52 ... loading chunks from disk, packing SA...
Jul 19 16:01:54 ... finished generating suffix array
Jul 19 16:01:54 ... generating Suffix Array index
Jul 19 16:05:34 ... completed Suffix Array index
Jul 19 16:05:34 ..... processing annotations GTF
Jul 19 16:05:51 ..... inserting junctions into the genome indices
Jul 19 16:14:53 ... writing Genome to disk ...
Jul 19 16:15:18 ... writing Suffix Array to disk ...
Jul 19 16:18:32 ... writing SAindex to disk
Jul 19 16:18:46 ..... finished successfully
I will appreciate if you can suggest a solution to this
Thanks
Best Regards
Hamdi
mkfifo tmp1.fifo