Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsem-simulate-reads in RSEM 1.3.3 #145

Open
mhjiang97 opened this issue Sep 10, 2020 · 6 comments
Open

rsem-simulate-reads in RSEM 1.3.3 #145

mhjiang97 opened this issue Sep 10, 2020 · 6 comments

Comments

@mhjiang97
Copy link

mhjiang97 commented Sep 10, 2020

I followed the documentation and used a model file generated by rsem-calculate-expression from a pair-end fastq data.
but rsem-simulate-reads function can't output pair-end fq files but always a .fa file.
I switched the model file, and used a random path. rsem-simulate-reads still worked and generated .fa file all the time.

There maybe a bug that the rsem-simulate-reads function disregards the model file in RSEM version 1.3.3.

what I did:

rsem-calculate-expression --paired-end \
--alignments \
--no-bam-output \
-p 50 \
/path/to/mybam \
/path/to/reference \
/output/prefix \

rsem-simulate-reads /path/to/reference \
/output/prefix/prefix.stat/prefix.model \
isoforms.results 0.1 50000000 \
simulation_out_put
@mhjiang97
Copy link
Author

I'm sure its a bug in version 1.3.3: rsem-simulate-reads function discards the model file always, and generates .fa files every time.
I installed rsem 1.3.3 through conda.

@bli25
Copy link
Contributor

bli25 commented Sep 12, 2020 via email

@mhjiang97
Copy link
Author

mhjiang97 commented Sep 14, 2020 via email

@bli25
Copy link
Contributor

bli25 commented Sep 15, 2020 via email

@MikeWLloyd
Copy link

I am having this exact same issue. The latest bioconda image dumps the model file, and returns only *.fa. Any chance of resolution on the issue?

@mhjiang97
Copy link
Author

I am having this exact same issue. The latest bioconda image dumps the model file, and returns only *.fa. Any chance of resolution on the issue?

I gave up the bioconda RSEM. My advice: just clone the RSEM (1.3.3), and install it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants