Forum: Python May 9th, 2008 |
| Replies: 1 Views: 222 need python user need help!folder! i have a script which will do a specific task for a file in a folder,now i would like to do the same task for the all files in that folder(25 files).how can i do that?
Thanks in advance. |
Forum: Python Apr 14th, 2008 |
| Replies: 8 Views: 319 Re: need help! from string import *;
import sys
myfile = open("/afs/pdc.kth.se/home/d/debnath/membrane/1a91A.txt")
print "#T/F A C D E F G H I K L M N P Q R S T V W X Y Z"
Z-COORED=[]
for... |
Forum: Python Apr 14th, 2008 |
| Replies: 8 Views: 319 Re: need help! okay!
the problem is it is not solved yet.
waiting for ur opinion.
how to define z-coored? |
Forum: Python Apr 12th, 2008 |
| Replies: 8 Views: 319 Re: need help! True/false A C D E F G H I K L M N P Q R S T V X Y W(here alfabets represents 20 amino acids)
out put had to be in 21 coulum in the above order.If the z-coored between 10-22 that true/false will be... |
Forum: Python Apr 10th, 2008 |
| Replies: 8 Views: 319 Re: need help! I am working with a text filelooks like this:
#NAME AA TOPO ACCESS DSSP STRIDE Z-COORD
1lghB A i 79.8 H H -24.58
1lghB V i 79.6 H H -22.06
1lghB H i 71.9 H H -19.94
i need to compare those lines... |
Forum: Python Apr 9th, 2008 |
| Replies: 2 Views: 213 python for non programmers hi
I am from chemistry background and no idea about programming,trying to learn biopython.Can u tell me pls which books explain things very simply?
i will be greatful
thanks in advance. |
Forum: Python Apr 8th, 2008 |
| Replies: 8 Views: 319 need help! I am totally new in biopython and its my first program.so may be i am asking stupid question.
I am working with a text filelooks like this:
#NAME AA TOPO ACCESS DSSP STRIDE Z-COORD
1lghB A i 79.8 H... |
Forum: Python Apr 8th, 2008 |
| Replies: 0 Views: 164 new python user needs help! I am totally new in biopython and its my first program.so may be i am asking stupid question.
I am working with a text filelooks like this:
#NAME AA TOPO ACCESS DSSP STRIDE Z-COORD
1lghB A i ... |
Forum: Python Apr 7th, 2008 |
| Replies: 1 Views: 250 new python user needs help! I am totally new in biopython and its my first program.so may be i am asking stupid question.
I am working with a text file.Every line in that file represents one amino acid,which has some value.But ... |