-
Notifications
You must be signed in to change notification settings - Fork 104
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
Bismark issues 0.24.2 #652
Comments
Regarding 1: in the first instance I would try to see if Bismark runs fine without
(note you don't need to add the gunzip stuff) As a reminder, for the human genome The error message 137 in 2. is often indicative of the OS killing the process due to memory limitations. and 3. This is a warning message displayed when sequences align to the very edge of chromosomes (typically the MT). This is only required to determine the cytosine context, and is normally fine to ignore. |
Thank you Felix. I have 32 core virtual machine on High performance cluster. I have 92 files to map. By default it will take only one core. If I execute in the bash of multiple samples. Then I need to mention core. How many core will it support? How much time it will take for one paired sample? |
In the default mode, Bismark will require 3 cores at 100%, and ~ 10-15GB of RAM for default. Any factor of The time it takes will depend on several things, the genome (size), the repeat content, the library type, the read length as well as the parameters used. I suggest taking a subset (e.g. 10 million reads, |
Thank you. I have new human genome GrCH 38 as well as T2T+Y (2023) genome separately. Read length is 150Bp generated by Novaseq illumina. |
Not exactly sure what the memory requirements are for the T2T genome, but I doubt it will be lower than GRCh38. the option The most important thing for you to do is
|
Thank you. It is larger than GrCh38. the library is BS-Seq in Novaseq machine in iillumina. |
There are at least a dozen different types of BS-seq, it is important to know specific details (e.g. Accel Swift, PBAT, scNMT, WGBS, RRBS...) |
I am executing the bismark on paired end data using the command: bismark --multicore 12 path/genome_dir --output_dir path/alignment -1 <(gunzip -c "filename_R1.fq.gz") -2 <(gunzip -c "filename_R2.fq.gz")
Child process terminated with exit signal: '65280'
Child process terminated with exit signal: '65280'
Child process terminated with exit signal: '3072'
Child process terminated with exit signal: '3072'
Child process terminated with exit signal: '3072'
Child process terminated with exit signal: '3072'
Terminating. Not all child processes successfully finished. at /home/cloud-user/anaconda3/bin/bismark line 602, line 106663392.
2. (ERR): bowtie2-align exited with value 137
Killed
3. Chromosomal sequence could not be extracted for LH00392:4:222GKJLT4:2:1140:2829:28343_1:N:0:AAGGAAGG+ACTCCGGT chrM 16421
The text was updated successfully, but these errors were encountered: