Thank you for visiting my channel! If you want to support me, the best thing to do is to subscribe and to share out the content :) Make sure to watch my other videos as well. Thank you :)
@@LanaDominkovic i was looking for parsing fasta files and i have found my answer in your channel ^_^ that's great, i have another question, i designed the local alignement alorithm but i want to allow one mismatch, could you tell me how to do that ?
Thanks lana ❤️,it’s work but i have these message BiopythonDeprecationWarning: Bio.pairwise2 has been deprecated, and we intend to remove it in a future release of Biopython. As an alternative, please consider using Bio.Align.PairwiseAligner as a replacement, and contact the Biopython developers if you still need the Bio.pairwise2 module. warnings.warn( Can you tell me how can i fix the code depending on this message pls?
Thank you for visiting my channel! If you want to support me, the best thing to do is to subscribe and to share out the content :)
Make sure to watch my other videos as well.
Thank you :)
Hello Lana,
Share your E-mail address .
@@ramshaazhar7338 hi Ramsha. Currently I dont have bussiness address. You can contact me on twitter if you would like to send me message
@@LanaDominkovic ok.
Wow! thanks for the tutorial!
Very good video. Thank you so much!
Great video Lana! 🤗
Thanks Avra!
A great video ! i hope that you keep psoting videos
Thank you!! I will. I plan to continue filming in February
@@LanaDominkovic best of luck ! by the way do you have a video on parsing ? i was looking in uour channel i still didn't find it
@@Full-stack1198 parsing what excatly? I have topics about parsing fasta/fastq files with biopython. Are you looking for something different?
@@LanaDominkovic i was looking for parsing fasta files and i have found my answer in your channel ^_^ that's great, i have another question, i designed the local alignement alorithm but i want to allow one mismatch, could you tell me how to do that ?
@@Full-stack1198 you used biopython or wrote your own algorithm? And if you used biopython you used pairwise2 module?
Hello, have you ever written a script to do a multiple alignment via ClustalW using biopython?
Thanks, lana
No worries :)
what does the asterisk mean in front of alignment after the format alignment command?
Thanks lana ❤️,it’s work but i have these message
BiopythonDeprecationWarning: Bio.pairwise2 has been deprecated, and we intend to remove it in a future release of Biopython. As an alternative, please consider using Bio.Align.PairwiseAligner as a replacement, and contact the Biopython developers if you still need the Bio.pairwise2 module.
warnings.warn(
Can you tell me how can i fix the code depending on this message pls?
hello. did u try replacing bio.pairwise2 call with Bio.Align.PairwiseAligner call?
thank you for nice message