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

Kabat numbering not working with --details ? #44

Open
ProustIdee opened this issue Mar 7, 2017 · 2 comments
Open

Kabat numbering not working with --details ? #44

ProustIdee opened this issue Mar 7, 2017 · 2 comments

Comments

@ProustIdee
Copy link

ProustIdee commented Mar 7, 2017

./migmap --use-kabat --blast-dir /data/xxx/ncbi-igblast-1.6.1/bin --data-dir /data/xxx/migmap-1.0.2/data -R IGH -S human --by-read --details fr1aa,fr2aa,fr3aa,cdr1aa,cdr2aa test.txt test.kabat.txt
[Tue Mar 07 12:10:17 PST 2017 MIGMAP +00m00s] Loaded database for human IGH gene(s): 89 Variable, 37 Diversity and 6 Joining segments.
[Tue Mar 07 12:10:17 PST 2017 MIGMAP +00m00s] Creating temporary BLAST database /data/xxx/migmap-1.0.2/data/database-a06324d2-8746-4ea1-9bd3-35ae88c29cec.
[Tue Mar 07 12:10:17 PST 2017 MIGMAP +00m00s] Annotating variable segments.
[Tue Mar 07 12:10:19 PST 2017 MIGMAP +00m02s] Fully annotated 0 of 89 segments.
[Tue Mar 07 12:10:19 PST 2017 MIGMAP +00m02s] Analyzing sample test.txt
[Tue Mar 07 12:10:19 PST 2017 MIGMAP +00m02s] Started analysis
[Tue Mar 07 12:10:19 PST 2017 MIGMAP +00m02s] Loaded 159 reads.
[Tue Mar 07 12:10:24 PST 2017 MIGMAP +00m07s] Finished analysis. Processed 2000 reads, of them 100.0% mapped. Among mapped reads 42.2% passed quality filter and 29.8% passed all filters.
[Tue Mar 07 12:10:24 PST 2017 MIGMAP +00m07s] Finished.

./migmap -Xmx14G --blast-dir /data/xxx/ncbi-igblast-1.6.1/bin --data-dir /data/xxx/migmap-1.0.2/data -R IGH -S human --by-read --details fr1aa,fr2aa,fr3aa,cdr1aa,cdr2aa test.txt test.imgt.txt
[Tue Mar 07 12:10:54 PST 2017 MIGMAP +00m00s] Loaded database for human IGH gene(s): 89 Variable, 37 Diversity and 6 Joining segments.
[Tue Mar 07 12:10:54 PST 2017 MIGMAP +00m00s] Creating temporary BLAST database /data/xxx/migmap-1.0.2/data/database-3672583a-048e-4a01-9719-034d9c5a541d.
[Tue Mar 07 12:10:54 PST 2017 MIGMAP +00m00s] Annotating variable segments.
[Tue Mar 07 12:10:57 PST 2017 MIGMAP +00m02s] Fully annotated 89 of 89 segments.
[Tue Mar 07 12:10:57 PST 2017 MIGMAP +00m02s] Analyzing sample test.txt
[Tue Mar 07 12:10:57 PST 2017 MIGMAP +00m02s] Started analysis
[Tue Mar 07 12:10:57 PST 2017 MIGMAP +00m02s] Loaded 393 reads.
[Tue Mar 07 12:11:02 PST 2017 MIGMAP +00m07s] Finished analysis. Processed 2000 reads, of them 100.0% mapped. Among mapped reads 42.2% passed quality filter and 30.0% passed all filters.
[Tue Mar 07 12:11:02 PST 2017 MIGMAP +00m07s] Finished.

When comparing test.imgt.details to test.kabat.details , the fr1aa, fr2aa, fr3aa, cdr1aa, and cdr2aa sequences at the end of the tables are messed up (concatenated together, and seemingly wrong sequences).

IMGT on read SRR747768.2037:
XXQLVESGGGVVQPGRSLRLSCAAS MHWVRQAPGKGLEWVAV YYADSVKGRFTISRDNSKNTLYLQMNSLRAEDTAVYY GFTFSSYG ISYDGSNK

Kabat on read SRR747768.2037:
XXAAGGVWGRRGPAWEVPETLLCSLWIHLQ*LWHALGPPGSRQGAGVGGSYII*WK**ILCRLREGPIHHLQRQFQEHAVSANEQPES*GHGCVL

test.txt
test.imgt.txt
test.kabat.txt

@Yeli-bioinformatics
Copy link

Yes, I also notice this issue, any update how to solve this problem? thanks.

@ProustIdee
Copy link
Author

I ended up manually parsing the IMGT output.

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

2 participants