报错:two mates are aligned to two different transcripts! failed! Plase check if you provide correct parameters/options for the pipeline
跑以下命令时出现的报错:two mates are aligned to two different transcripts!…… failed! Plase check if you provide correct parameters/options for the pipeline
while read line
do
nohup rsem-calculate-expression -p 8 --paired-end --append-names --seed 0 --estimate-rspd --sampling-for-bam --output-genome-bam --alignments ${line}Aligned.toTranscriptome.out.bam rsem_ref ${line} &
done < sampleid
用的rsem版本为v1.3.3,降级为v1.3.1后重新跑就没有报错了
本文来自博客园,作者:橙子牛奶糖(陈文燕),转载请注明原文链接:https://www.cnblogs.com/chenwenyan/p/15030592.html