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
Pls help! not sure why cannot allocate memory only for some of the fastq files, should I split my fastq file (it is only 3.66 GB): my command:
bwa aln -t 12 Homo_sapiens.GRCh38.dna.toplevel.fa.gz trimSRR6701645.fastq > SRR6701645_H3K27me3WT.sai bwa samse Homo_sapiens.GRCh38.dna.toplevel.fa.gz SRR6701645_H3K27me3WT.sai trimSRR6701645.fastq > SRR6701645_H3K27me3WT.sam
Failed to allocate 18446744025547218160 bytes at bwase.c line 66: Cannot allocate memory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pls help! not sure why cannot allocate memory only for some of the fastq files,
should I split my fastq file (it is only 3.66 GB):
my command:
bwa aln -t 12 Homo_sapiens.GRCh38.dna.toplevel.fa.gz trimSRR6701645.fastq > SRR6701645_H3K27me3WT.sai
bwa samse Homo_sapiens.GRCh38.dna.toplevel.fa.gz SRR6701645_H3K27me3WT.sai trimSRR6701645.fastq > SRR6701645_H3K27me3WT.sam
Failed to allocate 18446744025547218160 bytes at bwase.c line 66: Cannot allocate memory
The text was updated successfully, but these errors were encountered: