[Biopython] installation of pyfatsa
Peter Cock
p.j.a.cock at googlemail.com
Tue Oct 25 16:13:00 UTC 2011
On Tue, Oct 25, 2011 at 4:50 PM, kakchingtabam pawankumar sharma
<pawan.mani2 at gmail.com> wrote:
> Dear****
>
> I woul like to know how to install pyfasta in linux. I have
> downloaded pyfasta-0.4.4.tar.gz and install using command: *tar -xzvf
> pyfasta-0.4.4.tar.gz*.****
>
> But I could used the command line: ****
>
> *pyfasta split -n 6 sample .fasta*
>
> ** **
>
> So kindly help me out to solve this problem.****
>
> ** **
>
> ** **
>
> With Reagards,****
>
> Pawan****
>
Hi Pawan,
Note pyfasta is not part of Biopython, but is a separate tool by Brent
Pedersen (CC'd).
http://pypi.python.org/pypi/pyfasta/
https://github.com/brentp/pyfasta/
However, uncompressing the tar ball is only the first step in installing it.
You probably need to run "python setup.py install" for that.
Peter
More information about the Biopython
mailing list