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

the error when dedup the sam when use the bismak #695

Open
Jiangjiangzhang6 opened this issue Sep 2, 2024 · 1 comment
Open

the error when dedup the sam when use the bismak #695

Jiangjiangzhang6 opened this issue Sep 2, 2024 · 1 comment

Comments

@Jiangjiangzhang6
Copy link

bismark
image
the map command : /bismark --genome_folder ../01.hap1 --hisat2 --non_directional -1 ../clean_ZHM1H.R1.fastq.gz -2 ../clean_ZHM1H.R2.fastq.gz -p 5 -L 30 -N 1 -o hap1 #--output_dir ./ --bam hap1_bismark_hisat2_pe.bam

my friends, what's wrong with it, hope your reply

@FelixKrueger
Copy link
Owner

The end-of-file marker seems to be absent from your BAM file. As the error text suggests this could be because the input file is truncated (did the Bismark mapping complete alright, is the mapping report complete?). Or, is there a chance the file is not in BAM format? Can you run samtools view -H clean_..._bismark_hisat2_pe.bam to see the header?

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

2 participants