Hello Alex,
Could you tell me why STAR is stuck at the following step?
Feb 01 10:08:47 ..... started STAR run
Feb 01 10:08:47 ..... loading genome
Feb 01 10:47:16 ..... started mapping
And there is this error message in the Log file
EXITING because of fatal input ERROR: could not open readFilesIn=Read1
Feb 01 10:08:30 ...... FATAL ERROR, exiting
My paired-end reads seemed to be fine.
-rwxr-xr-- Feb 1 00:36 read_1_trimmed.fq
-rwxr-xr-- Feb 1 00:30 read_2_trimmed.fq
And the code I run was:
STAR --runThreadN 24 --genomeDir refGenome_indexStar --readFilesIn read_1_trimmed.fq read_2_trimmed.fq --outSAMtype BAM SortedByCoordinate --limitBAMsortRAM 16000000000 --quantMode TranscriptomeSAM --outFilterType BySJout --outFilterScoreMinOverLread 0 --outFilterMatchNminOverLread 0 --outSAMmapqUnique Integer0to255 –outReadsUnmapped --alignMatesGapMax 50000
Thanks,
ERA