logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

predictnls - prediction and analysis of nuclear localization signals

Author

       R. Nair

Description

       predictnls is a method for the prediction and analysis of nuclear localization signals (NLS)

   Outputformat
       Self-annotating, see example outputs in /usr/share/doc/predictnls/examples.

Environment

       PREDICTNLSCONF
           Location of predictnlsrc configuration file to use overriding other configuration files

Examples

       "predictnls fileIn=/usr/share/doc/predictnls/examples/O49931.fa fileOut=/tmp/O49931.nls"

Files

/usr/share/predictnls/predictnlsrc.default
           Default configuration file. See this file for a description of the parameters.

       /etc/predictnlsrc
           System configuration file overriding values in /usr/share/predictnls/predictnlsrc.default~/.predictnlsrc
           User configuration file overriding values in /etc/predictnlsrc$PREDICTNLSCONF
           If this environment variable is set ~/.predictnlsrc is disregarded and the value of the  variable  is
           read for configuration options overriding /etc/predictnlsrc

Name

       predictnls - prediction and analysis of nuclear localization signals

Options

       debug=[0|1]
       fileIn=<FILE>
           Input file in fasta format. Required. Only one sequence per file.

       fileOut=<FILE>
           Output file. Required.

       help
       html=[0|1|2]
           Output format. 0 - text; 1 - html; 2 - both. Default: 0.

           If  both outputs are requested, the text file is named according to the value of fileOut and the html
           file gets an `.html' extension.

       fileSummary=<FILE>
           If set `1' is written into this file if an NLS is found, `0' otherwise.  Optional.

       nlsdat=<FILE>
           Raw nls data, optional

       version
           Print version.

References

       Cokol, M., Nair, R., and Rost, B. (2000). Finding nuclear localization signals. EMBO Rep, 1(5), 411-5.

Synopsis

       predictnls [OPTION]

See Also