Main > Free Download Search >

Free blast 1.4 software for linux

blast 1.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 601
mpiBLAST 1.4.0-pio

mpiBLAST 1.4.0-pio


mpiBLAST is an MPI based parallel implementation of NCBI BLAST. more>>
mpiBLAST is an MPI based parallel implementation of NCBI BLAST. The project consists of a pair of programs that replace formatdb and blastall with versions that execute BLAST jobs in parallel on a cluster of computers with MPI installed. There are two primary advantages to using mpiBLAST versus traditional BLAST.

First, mpiBLAST splits the database across each node in the cluster. Because each nodes segment of the database is smaller it can usually reside in the buffer-cache, yielding a significant speedup due to the elimination of disk I/O. Second, it allows BLAST users to take advantage of efficient, low-cost Beowulf clusters because interprocessor communication demands are low.

mpiBLAST achieves super-linear speedup in situations where the database is too large to fit into RAM, and near linear speedup in other situations. It does not require a dedicated cluster.

<<less
Download (0.33MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
848 downloads
Bio::Index::Blast 1.4

Bio::Index::Blast 1.4


Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). more>>
Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s).

SYNOPSIS

use strict;
use Bio::Index::Blast;
my ($indexfile,$file1, $file2);
my $index = new Bio::Index::Blast(-filename => $indexfile,
-write_flag => 1);
$index->make_index($file1, $file2);

my $id;
my $data = $index->get_stream($id);

my $bplite_report = $index->fetch_report($id);
print "query is ", $bplite_report->query, "n";
while( my $sbjct = $bplite_report->nextSbjct ) {
print $sbjct->name, "n";
while( my $hsp = $sbjct->nextHSP ) {
print "t e-value ", $hsp->P,
}
print "n";
}

This object allows one to build an index on a blast file (or files) and provide quick access to the blast report for that accession. Note: for best results use strict.

<<less
Download (4.7MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1111 downloads
Prasi 1.4

Prasi 1.4


Prasi is a single-sign-on system for your Perl or PHP scripts, similar to MS Passport. more>>
Prasi is a Protocol for Remote Authentication and Shared Information.
Prasi is a single-sign-on system for your Perl or PHP scripts, similar to MS Passport. All your enabled services can save and share user profile data, and need not be one the same physical server. Available in 7 languages.
Prasi was originally written as an in-house tool to power our internal-use web applications. Due to one of the tools now being publically released (Wefis) it was decided to make Prasi an open-source project, despite its similarity to other existing open-source projects.
Prasi can be used on two levels. Firstly, it enables all CGI (Perl or PHP) scripts residing on any server to perform user management without the hassle of user management. One perl procedure call, and the browsing user is identified or challenged. The exact behaviour is easily customisable.
On the second level, Prasi is also able to keep track of user data (for example, profiles) and seamlessly share that profile information with other Prasi-enabled scripts. Using Prasi in this way gives scripts the power of mySQL and other types of databases without needing to manage the data themselves. Its quite nearly magic.
For the end user, one login, one password - all Prasi-enabled scripts instantly know who the user is and customise content accordingly.
Enhancements:
- This release adds minor bugfixes and increased compatibility with "cgi-bin"-type systems.
<<less
Download (0.21MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
996 downloads
Polar 1.4

Polar 1.4


Polar provides a smooth and simple cursor set created primarily in Inkscape. more>>
Polar provides a smooth and simple cursor set created primarily in Inkscape.
Polar Cursor Theme is a smooth and simple cursor set created primarily in Inkscape.
Installation
There are three cursor sets included in this package. The default with the orange busy cursors is called PolarCursorTheme and the blue and green variants have -Blue and -Green added to the end of their theme name. To make sure that all themes are installed (or only the one you want) extract to /.icons/ in your home folder.
Note
KDE users please note that installing the cursors through the control center can cause some cursors to use the default X cursors. To fix this simply extract the theme directly to /.icons/ in your home folder.
Finally a special thanks to all the authors of various cursor themes here on gnome-look.org for ideas.
Enhancements:
- Added Zoom cursors
- Fixes to cursor mappings
- Highlight added to clean up outlines
- Added Blue and Green busy cursors as an option
- Changed move cursor
- Small changes to other cursors
<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
975 downloads
Domino Blast 0.1

Domino Blast 0.1


Domino Blast project is a physics-based driving/demolition game with a childrens toys theme. more>>
Domino Blast project is a physics-based driving/demolition game with a childrens toys theme.

Domino Blast is a hybrid driving and destruction game with a childrens toys theme. Its environments consist of buildings constructed from domino tiles and a player-controllable toy car. The objective of the game is to wreak as much havoc as possible, within a time limit.

Its game-play is simplistic yet satisfying; similar to the satisfaction gained from watching a tumbling Jenga tower, except the objective is to tumble the tower, rather than slowly deconstruct it. As the game progresses, levels become more dense and the buildings that inhabit them become larger and more complex.

<<less
Download (6.0MB)
Added: 2007-06-18 License: Freeware Price:
858 downloads
Clok 1.4

Clok 1.4


Clok is a graphical Java application which brings a new way of viewing the time. more>>
Clok is a graphical Java application which brings a new way of viewing the time.
It isnt for everyone though and it is not meant to replace clocks, it is meant to be used in concert with them.
Clok runs as a Java application, however it is implemented as a JPanel so any Swing application can incorporate a clok into itself.
Also, there is Clok/PHP which generates PNGs for incorporation into web pages.
How do I use Clok?
If you download the jar, the easiest thing to do is just run the jar like so:
$ java -jar clok.jar
That will produce a list of time zones your java runtime supports. Pick the one that most closely matches your locality and add that as a command line parameter. You can actually add as many as you want.
$ java -jar clok.jar America/Los_Angeles
Enhancements:
- Clok/PHP supports background images
- Clok resizing and layout fixed to work better in 1.4
<<less
Download (0.006MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
pyblosxom 1.4.1

pyblosxom 1.4.1


Pyblosxom is a weblog engine that uses standard text files located on your filesystem as a database of weblog entries. more>>
Pyblosxom is a weblog engine that uses standard text files located on your filesystem as a database of weblog entries. The concept is simple, managing content is as easy as editing a text file with your favourite text editor.
PyBlosxom uses directory tree to represent the category hierarchy. All entries in a PyBlosxom blog are text files where the first line is the title of the blog entry and the rest is the body of the entry.
PyBlosxom isnt easy to use and it wont scale well if you have a million entries.
PyBlosxom runs as a CGI script. It also runs as a WSGI application and it probably runs fine under mod_python, though this is less well-tested.
PyBlosxom supports flavours to change the look and feel of your blog. PyBlosxom supports plugins to modify the existing default behavior.
Enhancements:
- Fixed a problem where running PyBlosxom under Paste wont pick up the ``config.py`` file. Be sure to add a ``configpydir`` property to your ``blog.ini`` file which points to the directory your ``config.py`` file is in.
- Fixed a problem where running PyBlosxom in Python 2.5 wont pick up the ``config.py`` file.
- Merged Ryans optimization to Walk (removes an os.listdir call).
- Updated documentation.
<<less
Download (0.10MB)
Added: 2007-07-28 License: MIT/X Consortium License Price:
819 downloads
Alien Blaster 1.1.0

Alien Blaster 1.1.0


Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players. more>>
Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players.
alienblaster is an action-loaded 2D arcade shooter game.
Your mission in the game is simple: stop the invasion of the aliens by blasting them.
Simultaneous two-player mode is available.
Main features:
- many aliens to blast
- a big bad boss
- different weapons
- special items
- cooperative mode (2 players playing on 1 computer)
- gamepad/joystick support
- arcade mode with highscore
- open source
- published under GPL
- runs with Windows and Linux
<<less
Download (6.3MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
RPilot 1.4.2

RPilot 1.4.2


RPilot project is an interpreter for the IEEE-standard language PILOT. more>>
RPilot project is an interpreter for the IEEE-standard language PILOT.
RPilot is an interpreter for the IEEE-standard programming language PILOT written in portable C.
PILOT is a language that was designed in the 1960s to support computer-aided instruction and is very simple to learn.
RPilot comes with an introduction to the language and several examples.
Enhancements:
- Fix usage of `isblank(), a GNU extension (Thanks to Patrick Eaton)
- Add some #defines to rpilot.h to replace a few hard-coded constants
- RPilot is over 4 years old. Wow.
<<less
Download (0.036MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1086 downloads
KayBot 1.4.1

KayBot 1.4.1


KayBot is a bot written to guard IRC channels. more>>
KayBot is a bot written to guard IRC channels.
To install, follow next procedure:
./configure --prefix=/your/home/dir (probably)
make
make install
You will probably want to edit PREFIX/kaybot/etc/kaybot.conf to suit your
channel and bot needs. Then youll need to run utils/kbadduser
(where is the path to PREFIX/kaybot/etc/passwd. After that just
run the kaybot binary and you should be good to go!
Enhancements:
- module.h Updated, some variables and setting functions added/updated.
<<less
Download (0.014MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1225 downloads
msmtp 1.4.13

msmtp 1.4.13


msmtp is an SMTP client that can be used with Mutt and other MUAs. more>>
msmtp project is an SMTP client.
In the default mode, msmtp transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery.
To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail.
msmtpqueue is a pair of very simple shell scripts that allows you to "queue" mails and send them all at a later time (useful for dialup connections: write your mails offline and send them when you are online).
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
msmtp is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
Main features:
- Authentication methods PLAIN, LOGIN and CRAM-MD5 (and GSSAPI, DIGEST-MD5 and NTLM when compiled with GNU SASL support)
- TLS encrypted connections (including server certificate verification and the possibility to send a client certificate)
- DSN (Delivery Status Notification) support
- RMQS (Remote Message Queue Starting) support (ETRN keyword)
- PIPELINING support for increased transmission speed
- IPv6 support
- support for multiple accounts
- sendmail compatible interface (command line options and exit codes)
<<less
Download (0.46MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
815 downloads
Sound 1.4

Sound 1.4


Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in an application or with Applet.getAudioClip in an Applet. This is just a sample program. You would insert your own mathematical functions. more>>

Sound - Sound lets you mathematically create sounds in Java.

You define your sounds in terms of 16-bit linear code for

the waveform, -- an array of samplings. The U_Law.class will

then convert that to (or from) *.AU mu-law 8-bit encoding

format which you can then play with

AudioPlayer.player.start(bis) in an application or with

Applet.getAudioClip in an Applet.

This is just a sample program. You would insert your own mathematical

functions or cannibalise parts of the code.

Use winzip to extract U_Law.java and Sound.java with

folder names into the commindprodsound directory.

java com.mindprod.sound.Sound


Enhancements:
Version 1.4

add pad and icon


System Requirements:
<<less
Download (502Kb)
Added: 2007-05-23 License: Free Price: Free
15 downloads
Jaffm 1.4

Jaffm 1.4


Jaffm is a lightweight GUI (wxGTK) file manager for Unix. more>>
Jaffm stands for "Just A Fucking File Manager" and is supposed to be a lightweight file-manager for Unix.
No needless features, only usefulness. Its direct aim is to brainwash those who use terminals as file managers.
Enhancements:
- The program is much faster.
- All known bugs which caused crashes were fixed.
- A status bar was introduced.
- Configuration was made easier to understand.
- Massive code cleanup was done.
- The license was changed from the GPL to a BSD-style license.
<<less
Download (0.017MB)
Added: 2006-06-14 License: BSD License Price:
1227 downloads
KeyPlayer 1.4

KeyPlayer 1.4


Java Keystroke and Mouse Event Tutor. Application to let you experiment to learn how mouse and keystroke events work. Output appears on the console. Just click the mouse or hit keystrokes and watch what details of the events generated. more>>

KeyPlayer - Java Keystroke and Mouse Event Tutor. Application to let you

experiment to learn how mouse and keystroke events work.

Output appears on the console. Just click the mouse or hit

keystrokes and watch what details of the events generated.

To install, Extract the zip download with Winzip, available from

http://www.winzip.com (or similar unzip utility) into any

directory you please, often C: -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:commindprodkeyplayerkeyplayer.jar

adjusting as necessary to account for where the jar file is.

Version 1.1 avoids dumping control chars to the console.

Version 1.3 adds a PAD and icon. renamed from keyplay to keyplayer.


Enhancements:
Version 1.4

add hex displays


System Requirements:Requires a Java 1.1 or later JRE
<<less
Download (510Kb)
Added: 2007-12-19 License: Free Price: Free
12 downloads
Perlbot 1.4.2

Perlbot 1.4.2


Perlbot is an IRC bot written in Perl. more>>
Perlbot is an IRC bot written in Perl. It depends on Net::IRC and its goals are simplicity and modularity.

This is a modular bot. All functionality is provided by Plugins which use a standard, simple API. The two most common levels of functionality are encompassed by the "Core" and "Basic" sets of plugins. Click here for more information on Perlbot plugins.

A growing suite of integrated web services is also a feature that sets Perlbot apart. With integrated browsing and searching of channel logs via the web and XML web-published bot statistics, Perlbot makes lots of information readily available.

<<less
Download (0.12MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1231 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5