Entering edit mode
6.0 years ago
mfro1505
•
0
Hi together!
I tried to use the deeptool ComputeGCBias with a sorted BAM file as Input. I used a BAM file directly from BWA mapping, a filtered BAM file (SAM tools, Filter SAM or BAM), and an additionally sorted BAM file. I always get the same error code that I cannot explain.
Fatal error: Exit code 1 ()
Traceback (most recent call last):
File "/usr/local/tools/_conda/envs/mulled-v1-4b8f57f006cc92d851cc49218dae7aad45ffa09ba66fc274bc342ee27143a74c/bin/computeGCBias", line 11, in <module>
main(args)
File "/usr/local/tools/_conda/envs/mulled-v1-4b8f57f006cc92d851cc49218dae7aad45ffa09ba66fc274bc342ee27143a74c/lib/python3.6/site-packages/deeptools/computeGCBias.py", line 657, in main
tbit = py2bit.open(global_vars['2bit'])
RuntimeError: Received an error during file opening!
I appreciate your help so much, thank you!
Best!
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Tagging: Devon Ryan
Please show the full command lines.
Try putting only one .2bit file here. (And you typed two spaces between genome and '/data... here. Idk if it's wrong in command)
Like this line:
Where'd you get the 2bit file?
having the same issue here. I made the 2bit file by using the UCSC tool faToTwoBit with the GRCH38 genoma.fa file from illumina iGenomes
Please do not add answers unless you're answering the top level question. Use
Add Comment
orAdd Reply
as appropriate. I've moved your post to a comment this time.