This is a test version of Biostars. For the public version, visit https://www.biostars.org.
clustalW-MPI installation on puTTy

Hello there, can anyone help me with the installation with clustalW-MPI using puTTY? Because when i used "wget http://www.bii.a-star.edu.sg/docs/software/clustalw-mpi-0.13.tar.gz" , i cnanot unzipped the file and the error said

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

Thank you in advanced!

clustalw-mpi installation

1 answer

When I download that file as you specified, one of the lines that show up on the screen is this:

Length: unspecified [text/html]

That means that it is not downloading the actual .gz file, but some web page probably saying that the file is not there or some such thing. You will have to download it elsewhere. Maybe this will work:

wget http://gentoo.bloodhost.ru/distfiles/6b/clustalw-mpi-0.13.tar.gz

Hi @Mensur Dlakic.. Thank you so much it worked :)

Now Im having with installation of MPICH.. can you help me with that? Thank you so much.

I don't know what exactly is the problem with MPICH, but you need to have it installed on your computer. I assumed you did since you were specifically going for the MPI version. Anyway, this Google search should give you enough information to get that done. Once MPICH is installed, go to Clustal directory and type make. Compilation took less than 10 seconds for me, so I think it is only a matter of having the MPI compiler and libraries available.

Thank you so much for you help...Have a good day sir..

clustalw-mpi-0.13$ mpirun -np 5 ./clustalw-mpi -infile=dele.input

sir, I need confirmation about this command.. does this command is to make full multiple sequence alignment by using one master node and 4 computing nodes?

Log in to answer this question.