in reply to Re: Can't run Clustalw through Bioperl
in thread Can't run Clustalw through Bioperl

I ve tried it so far. Same error again!
  • Comment on Re^2: Can't run Clustalw through Bioperl

Replies are listed 'Best First'.
Re^3: Can't run Clustalw through Bioperl
by 1nickt (Canon) on Mar 14, 2016 at 02:21 UTC

    Are you sure the program is installed in the path you are specifying, and it's executable? What is the output of:

    C:\> where clustalw.exe
    ? What happens if you try to run it by hand in its folder?

    ( Disclaimer: I don't use MS Windows, but I believe that's the command... )


    The way forward always starts with a minimal test.

      --->INFO: Could not find files for the given pattern(s).

      But i can see it. Its already installed on my computer and the Clusterw.exe is on this specific path. really confused...

        If you change into the folder where the file lives, can you execute it from the command line? If so, what does it tell you?

        The way forward always starts with a minimal test.