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

problem to getting output for VDJ assignment #112

Open
saramoein372 opened this issue Nov 17, 2022 · 2 comments
Open

problem to getting output for VDJ assignment #112

saramoein372 opened this issue Nov 17, 2022 · 2 comments

Comments

@saramoein372
Copy link

Hello,
I have a fasta file with below format, and like to have VDJ assignment based the reference (IGMT or IGBLAST) for each of the sequence. After running the abstar on my fasta file, no output generated.

Would you please guide me what command I should run to get the VDJ assignment based on each sequence?

This id some line of fasta file:

A00814:550:HYJTNDSX2:4:1301:32931:2159 -1 3613904 3898754 barcode:CATGACAGTTCGGCAC umi:1158
GTCCCAGGTCACCATCACCGGCTCCGGGAAGTAGCCCGTGGCCAGGCAGCCCAGAGTCACGGAGGTGGCATTGGAGGGAATG
A00814:550:HYJTNDSX2:4:2208:32949:8954 -1 3590858 3897376 barcode:AAATGCCTCCAAACAC umi:29477
GTCCCAGGTCACCATCACCGGCTCCGGGAAGTAGCCCGTGGCCAGGCAGCCCAGAGTCACGGAGGTGGCATTGGAGGGAATGTTTTT
A00814:550:HYJTNDSX2:4:1117:27362:15436 -1 2780052 3085745 barcode:ACGCAGCCATTATCTC umi:41999
GCGTTATCCACCTTCCACTGTACTTTGGCCTCTCTGGGATAGAAGTTATTCAGCAGGCACACAACAGAGGCAGTTCCAGATTTCAACTGC

@briney
Copy link
Collaborator

briney commented Nov 17, 2022

Hi Sara-

A couple things. First, your sequences don't appear to be in FASTA format, which is:

>sequence_id1
ATGC
>sequence_id2
CGTA

The sequence ID lines in your file appear to be lacking the leading > character. Improperly formatted FASTA files will likely fail when being read by abstar, which uses biopython's SeqIO.parse() function for reading input files.

Second, it doesn't appear that the sequences you provided are antibody recombinations. Abstar was unable to confidently identify any VDJ genes, and this was verified by testing the sequences using IMGT/V-QUEST, which was also unable to find any VDJ genes.

@saramoein372
Copy link
Author

saramoein372 commented Nov 17, 2022 via email

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