Hello dsull and thank you for your answer.
The fastq file comes from SRA repository and it was used for previous studies. It is ok because using the cluster of the faculty I can map with STAR and get everything ok, the problem is with my laptop which I believe there is an incompatibility with the M3 chip
here is the fastq header
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.
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..
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