ReadAlignChunk_processChunks.cpp:204:processChunks EXITING because of FATAL ERROR in input reads: wrong read ID line format: the read ID lines should start with @ or >
01、
STAR 比对软件报错如下:

02、问题原因
fastq文件为压缩格式
03、解决方法,增加参数:
--readFilesCommand zcat
。
01、
STAR 比对软件报错如下:

02、问题原因
fastq文件为压缩格式
03、解决方法,增加参数:
--readFilesCommand zcat
。