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
Hello,
I was trying to run Quality Control function on a 20GB "subreads.bam" file which resulted in the following:
Command:
bash SequelTools.sh -t Q -u /path/to/file/filename.subreads.bam -v
Error:
Beginning quality control function
Running in NO_SCRAPS mode SequelTools.sh: xmalloc: cannot allocate 18446744072964322772 bytes (44300517376 bytes allocated)
Running in NO_SCRAPS mode
SequelTools.sh: xmalloc: cannot allocate 18446744072964322772 bytes (44300517376 bytes allocated)
For some reason it tries to allocate 18 million TB of storage. Perhaps I did something wrong during setup or my command has an error.
I ran it on a Server Cluster which uses Linux.
Cheers
Samuel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I was trying to run Quality Control function on a 20GB "subreads.bam" file which resulted in the following:
Command:
bash SequelTools.sh -t Q -u /path/to/file/filename.subreads.bam -v
Error:
Beginning quality control function
Running in NO_SCRAPS mode
SequelTools.sh: xmalloc: cannot allocate 18446744072964322772 bytes (44300517376 bytes allocated)
For some reason it tries to allocate 18 million TB of storage. Perhaps I did something wrong during setup or my command has an error.
I ran it on a Server Cluster which uses Linux.
Cheers
Samuel
The text was updated successfully, but these errors were encountered: