Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: needleman wunsch algorithm for two sequences of different length
Post: needleman wunsch algorithm for two sequences of di...

i wrote a code to align two sequences with the needleman-wunsch algorithm. it is going well for two sequences same length. When i use two sequences of different length i get an error : string index ou...
johnny_sav1992 General Coding Help 0 1,692 Jul-27-2020, 05:45 PM
    Thread: How to call/read function for all elements in my list in python
Post: How to call/read function for all elements in my ...

Hello everybody, i need help with a code i have written. i have defined a function to compare two sequences with the def statement. Now i want to read the code of def function for all strings in m...
johnny_sav1992 General Coding Help 1 2,062 Jul-27-2020, 04:10 PM
    Thread: Fasta Files
Post: RE: Fasta Files

i would do it with a loop, and ignore every line if it's not a sequence. Like that: for i in file: list_=[] if ... ='A' or 'T' : new_list=append.list_ .... ( if the line start...
johnny_sav1992 General Coding Help 4 2,626 Jul-25-2020, 05:10 PM
    Thread: Fasta Files
Post: Fasta Files

Hello everybody, i'm new in programming and its the first time i use python. I'm working on a code that should read a fasta file and delete the header of each sequence. My code to read the file: ...
johnny_sav1992 General Coding Help 4 2,626 Jul-25-2020, 04:26 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020