Hi all,
I have re-run my data with STAR, this time lowering the minScore and minNMatch thresholds to 0.4, with the purpose of increasing the number of reads mapped to the fly genome. I'm still not geting more than ~60% of reads mapped, so following Alex's suggestions in
my previous question, so I want to map all the initially unmapped reads, again with STAR, to the human genome.
However, I have a strange problem: Out of 8 different paired-end samples being mapped [with the --outReadsUnmapped Fastx option], only one of them has the final Unmapped.out.mate1/Unmapped.out.mate2 unmapped reads files.The rest of the sample's Unmapped files are indeed created, but are empty, and instead the unmapped reads are kept within the _tmp folder, still split into different files by threads. I don't understand why this is happening, as they are all run with the exact same shell script and are the same [compressed] file format 'fastq.gz'.
I could merge together the different thread.fastq files, but if there's something I may be missing that could prevent this from happening, please let me know :)
Thanks!
Carmen
_______________
STAR command:
runSTARfly.sh
/path/to/STAR_2.3.0e/STAR --genomeDir /path/to/Genomes/Fly/ --readFilesCommand 'zcat -fc' --readFilesIn $1 $2 --runThreadN 32 --genomeLoad LoadAndRemove --outFilterMultimapNmax 100 --outFilterMultimapScoreRange 2 --outFilterScoreMin 0 --outFilterScoreMinOverLread 0.4 --outFilterMatchNmin 0 --outFilterMatchNminOverLread 0.4 --outFilterType BySJout outFilterMismatchNmax 10 --outFilterMismatchNoverLmax 0.3 --sjdbScore 2 --outReadsUnmapped Fastx --outSAMstrandField None --outSAMmode Full --outSAMattributes Standard --outSAMunmapped None --outStd SAM | samtools view -b -o $3_STAR.bam -S -