Code Monkey home page Code Monkey logo

wolfpsort's Introduction

==Note from maintainer==
As the original website has been down for more than a month and the license
allows redistribution for academic purposes I am rehosting so that other 
academics can find and use this tool locally if they need it. 
All rights as per original license and belonging to Paul Horton - FM

==Note from Author==
F. Maguire was kind enough to set this up years ago when I was completely neglecting WoLF PSORT due to various distractions.  Thank you F. Maguire!

He was also kind enough to hand it off to me a while later.
I have seldom updated it, but recently (2023) updated the license to GPLv3 and
added more mention of the large contribution of Kenta Nakai, the original creator of PSORT,
to this project.


==Original README==
WoLF PSORT Package Command Line Version 0.2 README document
Author: Paul Horton
Copyright: All Rights Reserved
Created: 2005/9/2
Last Modified: $Date: 2006/08/28 10:43:18 $


START

Please first read this documents:

  ./CITATION
  ./INSTALL


EXECUTION

This package contains two scripts to be directly executed:

  ./bin/runWolfPsortSummary, and ./bin/runWolfPsortHtmlTables


For a simple, text based, summarized prediction result use:

  ./bin/runWolfPsortSummary fungi < ./bin/testQuery.fasta


# NOTE THIS DOESN'T WORK AUTOMATICALLY #
For a more elaborate and informative html version use: 

  ./bin/runWolfPsortHtmlTables fungi testOut/ queryName < ./bin/testQuery.fasta

In this case the results will be written to the directory "testOut/"
(which use should create first, the script will not create it for you.

To view the results point an html browser at testOut/htdocs/results/queryName.html

wolfpsort's People

Contributors

fmaguire avatar paulhorton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wolfpsort's Issues

Installation unclear - only works from source folder?

@fmaguire I know this isn't your responsibility, I'm mainly posting this issue here to give it a little more visibility in the hope of helping others.

I had trouble getting runWolfPsortSummary to run unless I had first changed to its directory (e.g. /opt/WoLFPSORT_package_v0.2/bin on my machine). As a workaround, I created a short wrapper script to do that prior to running the tool:

#!/usr/bin/env python
#Wrapper script to call WoLF PSORT from its own directory.
import os
import sys
import subprocess
saved_dir = os.path.abspath(os.curdir)
os.chdir("/opt/WoLFPSORT_package_v0.2/bin")
args = ["./runWolfPsortSummary"] + sys.argv[1:]
return_code = subprocess.call(args)
os.chdir(saved_dir)
sys.exit(return_code)

See https://github.com/peterjc/pico_galaxy/blob/master/tools/protein_analysis/wolf_psort.py#L43 and this thread https://lists.galaxyproject.org/pipermail/galaxy-dev/2015-December/023386.html

This could be down to my own mistake, not being a Perl expert, but it worked for me and is how I installed and used WoLF PSORT from Galaxy, see https://github.com/peterjc/pico_galaxy/blob/master/tools/protein_analysis/wolf_psort.xml and http://dx.doi.org/10.7717/peerj.167

Running the runWolfPsortSummary shows error

Hi
I am new to Wolf psortb standalone version. Running the command
./bin/runWolfPsortSummary fungi < ./bin/testQuery.fasta
shows an error
./bin/wolfPredict: 1: ./bin/wolfPredict: Syntax error: "(" unexpected
Could you suggest a solution?
Thanks

Installation Unclear at first step

Hi all,

I am trying to install WOLFPSort in order to run EffHunter on my university cluster command line. However, I am having trouble understanding how to install WOLFPSort, specially the first line found in the INSTALL document.

Please, do you have a more compleate guide on how to install it? I am not a bioinformatician and not very familiar with the command line. I have tried the git clone but apparently it fails to log in with username and password.

Missing source code to recompile binaries for non-linux system (e.g. mac OSX)

Hello fmaguire,
I installed your package on my Mac OS X 10.9.5 following your installation instructions and ran this command line:
runWolfPsortSummary fungi < Tools/WoLFPSort-master/bin/testQuery.fasta
An error appeared: wolfPredict: cannot execute binary file.
What have I to do?
On the other hand, I read in the README file that there is a script runWolfPsortSummaryOnly.pl in the bin directory. But, I don't find it ; just a script runWolfPsortSummary. Is it normal?
Thanks a lot for your help.
Laurence

Possible RCL1_YEAST misclassification in test data

I run the test data as:
./runWolfPsortSummary fungi <testQuery.fasta

The output is:

RCC1_YEAST nucl 12.5, mito_nucl 11.5, mito 9.5, cyto 3
RCL1_YEAST mito 15.5, cyto_mito 12.833, cyto 9, cyto_nucl 5.833
RT04_YEAST mito 16, nucl 8, cyto 3
EF1A_ASHGO cyto 27

It seems as if the result of RCL1_YEAST is wrong. In testQuery.fasta it shows that RCL1_YEAST is nucl, not mito. Other three are right.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.