-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test run gives pysam error #10
Comments
The absence of the |
I have the above error, so I delete the record of ighc in the bed file but new I get different error. Checking test111/plots/phasing.png During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
This error can be ignored as the tutorial indicates (code block under |
Traceback (most recent call last):
File "/home/msgroup/anaconda3/envs/IGv2/bin/IG", line 11, in
load_entry_point('IGenotyper==1.1', 'console_scripts', 'IG')()
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/main.py", line 35, in main
command.main(args)
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/commands/phase.py", line 120, in main
run_phasing(**vars(args))
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/commands/phase.py", line 114, in run_phasing
phasing_stats(sample,files,plot_command_line,align_command_line)
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/phasing/stats.py", line 290, in phasing_stats
stats = input_stats(files,primary_alignment_bam)
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/phasing/stats.py", line 86, in input_stats
regions_covered = target_region_coverage(files,primary_alignment_bam)
File "/home/msgroup/anaconda3/envs/IGv2/lib/python2.7/site-packages/IGenotyper-1.1-py2.7.egg/IGenotyper/phasing/stats.py", line 30, in target_region_coverage
for pileupcolumn in sam.pileup(chrom,start,end):
File "pysam/libcalignmentfile.pyx", line 1326, in pysam.libcalignmentfile.AlignmentFile.pileup
File "pysam/libchtslib.pyx", line 685, in pysam.libchtslib.HTSFile.parse_region
ValueError: invalid contig
ighc
IG_phase_output.txt
The text was updated successfully, but these errors were encountered: