Open saramoein372 opened 2 years ago
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.
Hi Bryana,
Thanks for your response. Do you know any tool that I can get the VDJJ assignment for my sequences in the shape you saw?
Regards, Sara
On Thu, Nov 17, 2022 at 3:19 PM Bryan Briney @.***> wrote:
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 seqeunce 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.
— Reply to this email directly, view it on GitHub https://github.com/briney/abstar/issues/112#issuecomment-1319154626, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVVJONXRTUTRXT6DV6JFXSDWI2HOJANCNFSM6AAAAAASDXPGHI . You are receiving this because you authored the thread.Message ID: @.***>
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: