Hello guys,
I have RNA-sequencing data of around 250 patients with leukaemia.
I have built up a basic pipeline using HISAT2 as my aligner with satisfying results. I want to test differential transcript expression between my samples using RSEM, but I can't get it to work with HISAT2.
I am running the tools on the GALAXY platform and using the instructions provided I used RSEM prepare reference to create the reference files to provide to the aligner. My outputs are the following:
rsem ref name.log
rsem ref name.grp
rsem ref name.ti
rsem ref name.chrlist
rsem ref name.transcripts.fa
rsem ref name.seq
rsem ref name.idx.fa
rsem_ref name.3.ebwt
rsem_ref name.4.ebwt
rsem_ref name.1.ebwt
rsem_ref name.2.ebwt
rsem_ref name.rev.1.ebwt
rsem_ref name.rev.2.ebwt
From what I gather from the RSEM Readme I now have to align my reads using rsem ref name.idx.fa as a reference file. Trying this I get the following error:
(ERR): hisat2-align died with signal 11 (SEGV)
[W::sam_read1] parse error at line 43388
[main_samview] truncated file.
Does anyone have experience using HISAT2 with the RSEM reference file?
It seems to me, that the prepared reference only works with TopHat2 since it creates BowTie index files. I would appreciate any response!
Thanks!
Sbamo
I have RNA-sequencing data of around 250 patients with leukaemia.
I have built up a basic pipeline using HISAT2 as my aligner with satisfying results. I want to test differential transcript expression between my samples using RSEM, but I can't get it to work with HISAT2.
I am running the tools on the GALAXY platform and using the instructions provided I used RSEM prepare reference to create the reference files to provide to the aligner. My outputs are the following:
rsem ref name.log
rsem ref name.grp
rsem ref name.ti
rsem ref name.chrlist
rsem ref name.transcripts.fa
rsem ref name.seq
rsem ref name.idx.fa
rsem_ref name.3.ebwt
rsem_ref name.4.ebwt
rsem_ref name.1.ebwt
rsem_ref name.2.ebwt
rsem_ref name.rev.1.ebwt
rsem_ref name.rev.2.ebwt
From what I gather from the RSEM Readme I now have to align my reads using rsem ref name.idx.fa as a reference file. Trying this I get the following error:
(ERR): hisat2-align died with signal 11 (SEGV)
[W::sam_read1] parse error at line 43388
[main_samview] truncated file.
Does anyone have experience using HISAT2 with the RSEM reference file?
It seems to me, that the prepared reference only works with TopHat2 since it creates BowTie index files. I would appreciate any response!
Thanks!
Sbamo
Comment