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

Exception: Different padding base for REF and ALT #61

Open
srbehera opened this issue Mar 14, 2021 · 6 comments
Open

Exception: Different padding base for REF and ALT #61

srbehera opened this issue Mar 14, 2021 · 6 comments

Comments

@srbehera
Copy link

srbehera commented Mar 14, 2021

I am running paragraph for GIAB dataset and I used the following command

python3 .../bin/multigrmpy.py -i HG002_SVs_Tier1_v0.6_chr22.vcf -m samples.txt -r hg19.chr22.fa -o test

My samples.txt file looks like the following

id	path	depth	read length
sample1	/stornext/snfs5/next-gen/scratch/fritz/projects/Sairam/Proj1_nibSV/TEST/HG002.hg19.chr22.bam	60	250

Could you please check the following error the paragraph throws ?

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File ".../bin/multigrmpy.py", line 353, in <module>
    main()
  File ".../bin/multigrmpy.py", line 349, in main
    run(args)
  File ".../bin/multigrmpy.py", line 261, in run
    graph_files = load_graph_description(args)
  File ".../bin/multigrmpy.py", line 52, in load_graph_description
    header, records, event_list = convert_vcf_to_json(args, alt_paths=True)
  File ".../lib/python3/grm/vcf2paragraph/__init__.py", line 156, in convert_vcf_to_json
    variants = pool.map(run_vcf2paragraph, zip(to_process, itertools.repeat(params)))
  File ".../lib/python3.7/multiprocessing/pool.py", line 268, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
  File ".../lib/python3.7/multiprocessing/pool.py", line 657, in get
    raise self._value
Exception: Different padding base for REF and ALT at 22:18588640
@traxexx
Copy link
Contributor

traxexx commented Apr 16, 2021

Could you please check if the padding is the same for REF and ALT at your VCF position 22:18588640?

@atongsa
Copy link

atongsa commented Sep 13, 2021

how to solve it if REF and ALT have different padding sequece

@atongsa
Copy link

atongsa commented Sep 14, 2021

ERROR

Exception: Different padding base for REF and ALT at NC_030811.1:2998385

vcf

NC_030811.1     2998385 MantaDEL:28854:0:0:0:0:0        CTGTGT        C

note

i think this is the same padding seq both are C; how to solve this

@dongling-hub
Copy link

Have you been able to resolve the issue mentioned previously? If so, what was the root cause of the problem?

@netwon123
Copy link

Could u solve this probleam?

@netwon123
Copy link

ERROR

Exception: Different padding base for REF and ALT at NC_030811.1:2998385

vcf

NC_030811.1     2998385 MantaDEL:28854:0:0:0:0:0        CTGTGT        C

note

i think this is the same padding seq both are C; how to solve this

hey! could u tell me the reason?

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

5 participants