paragraph icon indicating copy to clipboard operation
paragraph copied to clipboard

Exception: Different padding base for REF and ALT

Open srbehera opened this issue 3 years ago • 6 comments

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

srbehera avatar Mar 14 '21 21:03 srbehera

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

traxexx avatar Apr 16 '21 19:04 traxexx

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

atongsa avatar Sep 13 '21 07:09 atongsa

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

atongsa avatar Sep 14 '21 10:09 atongsa

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

dongling-hub avatar Feb 02 '23 05:02 dongling-hub

Could u solve this probleam?

netwon123 avatar Sep 15 '23 07:09 netwon123

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?

netwon123 avatar Sep 15 '23 07:09 netwon123