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

Read block operation failed with error #141

Closed
YTLogos opened this issue Feb 24, 2020 · 1 comment
Closed

Read block operation failed with error #141

YTLogos opened this issue Feb 24, 2020 · 1 comment

Comments

@YTLogos
Copy link

YTLogos commented Feb 24, 2020

Hi, Thanks for developing the pipeline to detect the SV. I got some error when I run the speedseq sv pipeline

[E::bgzf_read] Read block operation failed with error 33 after 0 of 4 bytes
Traceback (most recent call last):
  File "/home/taoyan/miniconda3/envs/speedseq/speedseq//bin/svtyper", line 1806, in <module>
    sys.exit(main())
  File "/home/taoyan/miniconda3/envs/speedseq/speedseq//bin/svtyper", line 1801, in main
    args.max_reads)
  File "/home/taoyan/miniconda3/envs/speedseq/speedseq//bin/svtyper", line 1532, in sv_genotype
    read_batch, many = gather_reads(sample, chromB, posB, ciB, z, read_batch, max_reads)
  File "/home/taoyan/miniconda3/envs/speedseq/speedseq//bin/svtyper", line 1315, in gather_reads
    min(pos + ci[1] + fetch_flank, chrom_length))):
  File "pysam/libcalignmentfile.pyx", line 2094, in pysam.libcalignmentfile.IteratorRowRegion.__next__
IOError: truncated file
@YTLogos
Copy link
Author

YTLogos commented May 23, 2020

caused by the pysam version. After I downgraged to pysam version0.9.0, all is fine

@YTLogos YTLogos closed this as completed May 23, 2020
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

1 participant