跑以下命令时出现的报错: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后重新跑就没有报错了

相关文章:

  • 2021-09-10
  • 2021-06-10
  • 2022-12-23
  • 2021-11-09
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-01-02
相关资源
相似解决方案