All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 22116. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:07, 1 September 2025 WikiSysop talk contribs created page Example code - Wrong parsing (Created page with "Sometimes people think that when they need to parse a SwissProt file or a Genbank file (or even a fasta file), they need to separate the file in entries. While that is not completely wrong - you do need to keep the entries apart from each other - then the way they go about it is wrong. Here is what typically happens. <pre> # Read the file with open('swissprotfile, 'r') as infile: content = infile.read() # Now the file is read into content every byte of it. # That mea...")