Hi all,
I'm currently trying out dindel v0.12 for finding indels. However I hit a little snag and there is little help available that I can find.
I'm running the stage two command to realign windows (second command of phase 2). The example in manual gives command:
dindel --analysis indels --doDiploid --bamFile sample.bam --ref ref.fa --inputVarFile sample.realign_windows.2.txt --libFile sample.dindel_output.libraries.txt --outputFile sample.dindel_stage2_output_windows.2
However running the above with correct file names doesn't work. It gives out error: Error parsing input options. and prints the usage. So what option(s) should be added to make that stage work?
I also noticed that the phase 2 first command should have inputVarFile instead of varFile as said in the manual.
I'm currently trying out dindel v0.12 for finding indels. However I hit a little snag and there is little help available that I can find.
I'm running the stage two command to realign windows (second command of phase 2). The example in manual gives command:
dindel --analysis indels --doDiploid --bamFile sample.bam --ref ref.fa --inputVarFile sample.realign_windows.2.txt --libFile sample.dindel_output.libraries.txt --outputFile sample.dindel_stage2_output_windows.2
However running the above with correct file names doesn't work. It gives out error: Error parsing input options. and prints the usage. So what option(s) should be added to make that stage work?
I also noticed that the phase 2 first command should have inputVarFile instead of varFile as said in the manual.
Comment