Read fasta file using mobile app
I work on app for making the user upload fasta files
- and doing align by using pairwise alignment and multiple alignment, but the fasta files i have on my mobile can't work on.
- how can i access fasta files in my app
- what's the library which could read fasta files?
• 2,290 views
•
link
0 answers
No answers yet.
Log in to answer this question.
First, what do you mean by "mobile", what type of device are you talking about? I am not sure what you mean by accessing the fasta file, I would need more details.
Regarding the library, if you are familiar with python (and you work on Windows, Mac or Linux), you can use the Biopython library with
Bio.SeqIO.You have a good tutorial here.
i need to align 2 sequences one i store in database and another one sequence alignment? what is the code of one sequence alignment ?