Biopython TimeExceptionError how to handle?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how can I build twin complex of complex of two proteins? (A:B) + (A:B) = (A:B:B:A)
written by Xylanaserhey I need to build complex of two heterodimers, i know that homologue complex pdb assembles in that way. In short: (A:B) + (A:B) = …
-
search for palindromic sequences - Inverted Repeats Finder or good alternative?
written by Xylanaserhey i need to find short (4 nucleotides) palindromic repeats in my genome. I tried Inverted Repeats Finder but it is resaulting in too long …
-
how to get secondary structure from DSSP?
written by XylanaserHey. Is there quick way (biopython or something) to retrive secondary structure from dssp file? eg 'HHHHHHHHHHEEEEEEEEEEEECCCCCCCCHHHHHHEEEEEEEEE' I need to get SS by pdb id …
-
standalone CDsearch version?
written by XylanaserHey is it somewhere a CDsearch standalone version? Or i need simulate it somehow with BLAST? Can u give me advice? cheers
-
Biopython - multiple alignment issue - fliped parts of domain
written by XylanaserHey. I have 'fliped domain' of protein family - alignment and i want to cut this multiple alignment in fasta on two part Nterm and …
-
protein profile from alignment
written by XylanaserHey is there a tool like biopython or cmd program that do profile from protein alignment? And a tool that can comparison profile from db …
-
Retrieve PubMed records based on some genes
written by willson •Hi, I am trying to extract PubMed records via Bio Python library based one some gene names (e.g. all pmids which contains these gene names …
-
mRNA to protein
written by XylanaserHey 1. How can I translate mRNA (fasta) to protein? I mean i have transcriptome. I want to turn it to proteome. Is there any …
-
Biopython TimeExceptionError how to handle?
written by XylanaserHey how can I handle TimeExceptionError? I'm downloading abstracts and sometimes it occurs. Cheers, X Edit: to be clear sometimes after 100 abstracts, sometimes after …
-
Psi-blast result parsing problem
written by XylanaserHey, i have problem a long time... Can u give me advice how to parse xml data from standalone psiblast? I'm trying with biopython.... and …