Hello,
I'm trying to run a STAR alignment on some RNA-Seq reads but my sam output file is much smaller than expected to the point where I believe it didn't work correctly. I'm not sure what I'm doing wrong.
This is the command I used
STAR --runThreadN 4 --genomeDir /Path/To/Index --readFilesCommand gunzip -c /Path/to/Reads/File
Please let me know if there is any other information I can provide. Any help would be appreciated, Thank you in advance!
Hi,
can you try this instead:
I had a similar problem like yours where I forgot to place the "readFilesIn" parameter.
Thank you, that was the issue!