Q. What happens when you insert RNA sequences as input?
The program will show an exception because RNA sequences contain 'U' nucleotides and there is no 'U' symbol assigned to any amino acid. Hence, the program is unable to parse your input and throws an exception.
Q. Why is there a restriction of 4000 residues per sequence and 200000 residues per input?
Vaxi-DL uses the values of external tools to generate features that ultimately go into our prediction system. These tools have their restrictions.
Q. What happens when you give invalid characters in a FASTA sequence as an input?
The program will show an exception because the given character symbols are not assigned to any amino acids. Hence, the program is unable to parse your input and throws an exception.
Some of the known invalid characters are 'X', '*', 'U', and other special characters.
Q. What to do when the program is continuously throwing an exception even when your input seems to be correct?
You can forward the received email to info@kamalrawal.in with the subject line "Request Bug Investigation of Vaxi-DL". We will reply to you as soon as possible.
Q. What to do if you found a bug in our program?
You can write an email to us on info@kamalrawal.in with the subject line "Bug Report for Vaxi-DL". We will reply to you as soon as possible.
Q. What to do to request a new feature?
You can write an email to us on info@kamalrawal.in with the subject line "Feature Request for Vaxi-DL". We will reply to you as soon as possible.
Q. Where is the downloadable version of Vaxi-DL?
Currently, there is no downloadable version of Vaxi-DL. The team is working on it.