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

hanging when using large fasta files #1

Open
stefanoberri opened this issue Jul 4, 2011 · 4 comments
Open

hanging when using large fasta files #1

stefanoberri opened this issue Jul 4, 2011 · 4 comments

Comments

@stefanoberri
Copy link

Hi.

I am experiencing an issue with wgsim 0.3

If I provide a human genome in fasta format everything wrks fine, however, if I provide a larger genome the program hangs indefinetly.

In particuar:

  • the genome is a simulation of a cancer genome, so it is a tetraploid genome 4 copied of each chromosome for most chromosomes, with deletions and amplifications of some segments (about 11GB fasta file)
  • each chromosome, has a different name.
  • wgsim keep running 100% of the processor, but no reads are added to the fastq file
  • no particular memory usage observed
  • wgsim 0.2.3 (bundled with samtools) works fine with the large fasta file mentioned above
@s-edlund
Copy link

s-edlund commented Jan 9, 2017

Stefan did you ever get this issue figured out? We're seeing similar behavior in version 0.3.1-r13.
Thanks!

@luederm
Copy link

luederm commented Mar 14, 2017

Having the same issue. My fasta file is only 11.7 MB.
Hangs after the following output:
[wgsim_core] calculating the total length of the reference sequence...

@luederm
Copy link

luederm commented Mar 14, 2017

Got it to work by removing all 'N's from the reference

@AroneyS
Copy link

AroneyS commented Mar 21, 2023

Presence of W, Y, R 'nucleotides' caused this for me.

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

4 participants