Hi All,
I am trying to run dindel
with candidate indels from another variant caller. Now I have the -varfile
(variant file) but how can I generate the --libFile
(library file), which is required in the step 3 of dindel(step 3 mentioned below)
dindel --analysis indels --doPooled --bamFile sample.bam --ref ref.fa --varFile sample.realign_windows.2.txt --libFile sample.dindel_output.libraries.txt --outputFile sample.dindel_stage2_output_windows.2
Thanks
But I am using candidate indels from pindel and using it in dindel. Do I still have to follow step 1 in that case??
Well the above is the command to generat the libFile and that's what the original question was about. You should do further research on whether the approaches may be mixed as that is a situation that I have not had to deal with yet.
Thank you. I will just create the library file using 1st step. This might work. I could not find any other way right now.
Hi, Do you know how to merge the libfiles? i am running multiple bam files and i obtained the libfiles for each of my bam but i do not know how to merge them. thanks