Hello everyone,
I'm facing an issue with the STAR aligner on my personal computer.
I have a MacBook Pro with an M3 chip and 40GB of RAM, which I believe should be more than sufficient to run this tool. I don't encounter any errors during genome indexing or mapping. However, the BAM or SAM file I get at the end is empty.
I've tried changing many settings, but I'm starting to suspect that there may be some compatibility issues between STAR and my MacBook.
Has anyone successfully run STAR locally on a similar setup? Do you have any idea why the output BAM files might be empty?
Thank you!
Please show a command line and log output. 40GB is ok probably, depending on settings.
The STAR command line you are running is needed to help you here. Please add it to your post.
Can you show us a listing of the index files (along with their sizes) that are produced. Is this human genome? If not what size is the genome?
40G of RAM is likely sufficient for one thread with human genome (or similar size). You are trying to use 10 and 5.
https://pastebin.com is a good location to upload logs for future reference.
Here it is, and yes it's a human genome. I have also tried to reduce the number of Threads up to 1 for the mapping but nothing changes :/
thanks
Here is the code that I have used to generate the indexed genome
Here is the code that I run for the mapping
thanks for the support
I'm trying to attach the log file
wetransfer should be good
https://we.tl/t-vCKiJoMcye
In the log I only see logs of the genome indexing process, not of the actual alignment. You also seem to do GTF-guided alignment, but this is ChIP-seq where this does not apply.
I don't know, this is what I get from the mapping... I don't think it's aligning. I have removed the GTF command from the mapping but nothing changes..