[Biopython-dev] 5/13 BioStar - Biopython Questions

Feed My Inbox updates at feedmyinbox.com
Thu May 13 06:12:15 UTC 2010


==================================================
1. Clustalw alignment problem
==================================================
May 12, 2010 at 4:54 PM

Hi everyone,

I tried these lines 

................................................

import os
from Bio.Clustalw import MultipleAlignCL

cline = MultipleAlignCL(os.path.join(os.curdir, "opuntia.fasta"))

cline.set_output("test.aln")

alignment = Clustalw.do_alignment(cline)


.............................................

But couldn't proceed with these errors

.............................................

Traceback (most recent call last):

  File "<string>", line 244, in run_nodebug

  File "C:\Python24\align.py", line 5, in ?

    alignment = Clustalw.do_alignment(cline)

  File "C:\Python24\lib\site-packages\Bio\Clustalw\__init__.py", line 95, in do_alignment

    shell=(sys.platform!="win32")

  File "C:\Python24\lib\subprocess.py", line 534, in __init__

    (p2cread, p2cwrite,

  File "C:\Python24\lib\subprocess.py", line 594, in _get_handles

    p2cread = self._make_inheritable(p2cread)

  File "C:\Python24\lib\subprocess.py", line 635, in _make_inheritable

    DUPLICATE_SAME_ACCESS)

TypeError: an integer is required


.................................................

test.aln is not generated too

..................................................

Thanks

http://biostar.stackexchange.com/questions/1041/clustalw-alignment-problem

--------------------------------------------------

===========================================================
Source: http://biostar.stackexchange.com/questions/tagged/biopython
This email was sent to biopython-dev at lists.open-bio.org.

Account Login: 
https://www.feedmyinbox.com/members/login/
Don't want to receive this feed any longer? Unsubscribe here: http://www.feedmyinbox.com/feeds/unsubscribe/311791/6ca55937c6ac7ef56420a858404addee7b17d3e7/
-----------------------------------------------------------
This email was carefully delivered by FeedMyInbox.com. 
230 Franklin Road Suite 814 Franklin, TN 37064




More information about the Biopython-dev mailing list