We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to simulate single-end RNAseq reads that is error-free , uniform distributed; here is my out.model parameter: 0
1
100 101 1 1
0 99 100 1 1
0
1 0
===== but it reported error when running rem-sim: rsem-simulate-reads syn_4exons.rsem ./out.model sample4.out.isoforms.results 0 1000000 syn_4exons.sim Refs.loadRefs finished! rsem-simulate-reads: RSPD.h:154: void RSPD::read(FILE*): Assertion `fscanf(fi, "%lf", &pdf[i]) == 1' failed. Aborted (core dumped)
so how can i configure the model file for this purpose? Many thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to simulate single-end RNAseq reads that is error-free , uniform distributed; here is my out.model parameter:
0
1
100 101 1
1
0
99 100 1
1
0
1
0
=====
but it reported error when running rem-sim: rsem-simulate-reads syn_4exons.rsem ./out.model sample4.out.isoforms.results 0 1000000 syn_4exons.sim
Refs.loadRefs finished!
rsem-simulate-reads: RSPD.h:154: void RSPD::read(FILE*): Assertion `fscanf(fi, "%lf", &pdf[i]) == 1' failed.
Aborted (core dumped)
so how can i configure the model file for this purpose?
Many thanks.
The text was updated successfully, but these errors were encountered: