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

Gap2Seq 3.1 inserting new deletions #8

Open
vrohnie opened this issue Feb 18, 2019 · 0 comments
Open

Gap2Seq 3.1 inserting new deletions #8

vrohnie opened this issue Feb 18, 2019 · 0 comments

Comments

@vrohnie
Copy link

vrohnie commented Feb 18, 2019

Hey,

I've been testing Gap2Seq's insertion genotyping ability, by randomly inserting "gaps" (replacing nucleotides in the fasta reference).

  1. The results were rather impressive, as it can even fill gaps up to 1000 bp correctly.

  2. I realized something that seems to be a rather serious bug. Gap2Seq is inserting a 10bp deletion after each gap it has filled in. The deletion happens about 1 kmer after the end of the gap (I've tested it with 2 different k-mer sizes). Therefore my guess would be the bug is somewhere in recombining the assembled sequence with the rest of the reference (although I must admit I have not looked at your code). Also this only seems to happen using the --library option.

Could you please recheck that behavior? As mentioned in the header I used Gap2Seq v. 3.1.

Used Command:

python3 Gap2Seq --scaffold MyGappedReference.fasta --filled MyFilledReference.fasta --library MyLibraryFile.txt -k 73 -t 8 --max-mem 10

MyLibraryFile.txt:

MyBamFile.bam\t450\t70\t150

Best regards,
Veronika

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

1 participant