-
Notifications
You must be signed in to change notification settings - Fork 7
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
add support for cram files #21
Comments
Hi @flokraft85 yes we can do that in the next release. |
Hi @xiao-chen-xc , |
Hi @flokraft85 Version 3.2 is released and it can support cram files as input. |
Hi @xiao-chen-xc , |
Hi @xiao-chen-xc , [E::fai_build3_core] Failed to open the file /data/work/f7/211d11635b0faded38905bab69fdc7/GRCh38_no_alt_analysis_set_dup_masked.fa
[E::refs_load_fai] Failed to open reference file '/data/work/f7/211d11635b0faded38905bab69fdc7/GRCh38_no_alt_analysis_set_dup_masked.fa'
[W::cram_get_ref] Failed to populate reference for id 22
[E::cram_next_slice] Failure to decode slice
ERROR:root:Error running MAGEH1 for sample sample_1...See error message below
Traceback (most recent call last):
File "/home/humgen/miniconda3/envs/paraphase/lib/python3.10/site-packages/paraphase/paraphase.py", line 148, in process_gene
bam_realigner.write_realign_bam()
File "/home/humgen/miniconda3/envs/paraphase/lib/python3.10/site-packages/paraphase/prepare_bam_and_vcf.py", line 102, in write_realign_bam
for read in wgs.fetch(
File "pysam/libcalignmentfile.pyx", line 2109, in pysam.libcalignmentfile.IteratorRowRegion.__next__
OSError: truncated file Hence, paraphase may not have used the ref.fa provided with the "-r" option.
Best, |
Hi Florian, I made some updates. Could you try downloading paraphase-3.2.1a0.tar.gz and install it with Thanks, |
Hi Xiao, Best, |
Great! I'll release v3.2.1 soon. |
Hi,
first of all, paraphase is a really good tool!
It would be great if paraphase could accept cram files as input.
Best,
Florian
The text was updated successfully, but these errors were encountered: