ReadAlignChunk_processChunks.cpp:204:processChunks EXITING because of FATAL ERROR in input reads: wrong read ID line format
001、 star报错
002、解决方法
fastq文件为压缩格式,运行时需添加该参数:
--readFilesCommand zcat
001、 star报错
002、解决方法
fastq文件为压缩格式,运行时需添加该参数:
--readFilesCommand zcat