lumpy-sv icon indicating copy to clipboard operation
lumpy-sv copied to clipboard

lumpy Ouput vcf file

Open u1200538 opened this issue 3 years ago • 1 comments

Hello,

Its my first time to use lumpy. so I've just tired lumpy express with NA128768 sample as an input. As a result, I successfully got the SV vcf file, but I had discover some problem in my result. I saw the SU, PE, SR BD, SV in the header line. but at the rows, there was no "PE" contents in the INFO, FORMAT, SAMPLE column.

As you can see the below command, I correctly assigned the input file and obatined the result. I could not find any error also.

lumpyexpress -B ${bam} -S ${splt.bam} -D ${dis.bam} -K ${config} -o ${output.vcf} SV output

Could you tell me the reason that I get this result?

Thank you,

u1200538 avatar May 26 '21 07:05 u1200538

When I tried to change the bamlibs.py script, I solved these issue. (* Removed check_sq=False” from bamlibs.py, followed by @carleshf 's comment)

image

Is it a right method ?

u1200538 avatar Jun 07 '21 06:06 u1200538