Calculation killed when running conservation calcultions on large fasta files

Issue #828 new
Former user created an issue

Hello,

when I run

aln <- read.fasta(file = i, to.upper = TRUE) similarity <- conserv(x=aln$ali, method="similarity", sub.matrix="bio3d", normalize.matrix = TRUE)

on large fasta files (from 200 MB to 2 GB), the job is soon killed without giving an informative error message. When I run the same script on smaller fasta files, it runs without problems, so I guess it's a memory allocation issue.

Any idea on how to sort this out?

Thank you Regards Juan

Comments (0)

  1. Log in to comment