Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.210.986 Times

Targa Sequence freeware
Filter: All | Freeware | Demo
 

Targa Sequence

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 355

Generator for sequence operations Permutations and combinations are often required in algorithms that do a complete search of the solution space. They are typically rather large so it's best not to compute them entirely but better to lazily generate them.This script uses Python generators to create appropriate generator objects,...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Generator for sequence operations Download

Added: May 10, 2013 | Visits: 439

Fibonacci sequence using generators Generators, introduced in Python 2.2, can be used to work with infinite sets. This script is a simple example of a generator that creates the Fibonacci sequence.Running this produces the following result:c:python22>python fib.py1 1 2 3 5 8 13 21 34





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Fibonacci sequence using generators Download

Added: June 16, 2013 | Visits: 438

m-sequence generation program using a search algorithm Maximum length sequence assuming distinctvalues = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): m-sequence generation program using a search algorithm Download

Added: April 14, 2013 | Visits: 385

Sequence Generator / CORE Manual (v0.91) Sequence Generator (file ID #24620) has been renamed to CORE - Constraint Randomization Environment. Interface and code structure of v0.91 are explained in this manual.Current development concentrates on these topics:- Performance related issues- Bug fixes (3 known issues)- Improved constraint...


Platforms: Matlab

License: Freeware Size: 614.4 KB Download (40): Sequence Generator / CORE Manual (v0.91) Download

Added: March 13, 2010 | Visits: 1.262

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: October 24, 2010 | Visits: 1.519

Bio::Tools::Run::PiseApplication::fasta Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Parameters: fasta (Excl) Fasta program query (Sequence) Query sequence File pipe: seqfile seqtype (Excl) Is it a DNA or protein sequence (-n) protein_db (Excl) Protein Database nucleotid_db...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (101): Bio::Tools::Run::PiseApplication::fasta Download

Added: February 16, 2010 | Visits: 991

STed The STed is the high-performance MIDI sequence editor / Music composer system. It had been working on X680x0 old Japanese personal workstation. The STed was originally developed by Mr. Takayuki "TURBO" Toda. Through many volunteers good office the source code of the STed has been opened. Since...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (116): STed Download

Added: July 27, 2010 | Visits: 586

AlignAid AlignAid is a Perl module that easily run sequence alignments locally or on a cluster. SYNOPSIS use AlignAid; # create an AlignAid object # a single, locally run blast job is the default my $job = AlignAid->new( db => my_blast_db, dir => $dir, fasta => my_query.fa, prog_args => V=20...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (96): AlignAid Download

Added: September 26, 2010 | Visits: 759

Bio::Seq Bio::Seq is a sequence object, with features. SYNOPSIS # This is the main sequence object in Bioperl # gets a sequence from a file $seqio = Bio::SeqIO->new( -format => embl , -file => myfile.dat); $seqobj = $seqio->next_seq(); # SeqIO can both read and write sequences; see Bio::SeqIO #...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (98): Bio::Seq Download

Added: July 01, 2010 | Visits: 667

pm2v build PM2V is a library for parallel encoding of a video sequence in MPEG II. PM2V is a project developed by students of the Ecole Nationale Supérieure dElectronique et de Radioelectronique de Bordeaux. ENSERB is a high national school of engineering based in Bordeaux (France). It has three...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): pm2v build Download

Added: March 08, 2010 | Visits: 816

Bio::AlignIO::bl2seq Bio::AlignIO::bl2seq is a bl2seq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class, as in: use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "inputfilename" , -format => bl2seq); $aln = $in->next_aln(); This object can create...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (129): Bio::AlignIO::bl2seq Download

Added: August 13, 2010 | Visits: 767

Bio::AlignIO::msf Bio::AlignIO::msf is a Perl module with msf sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class. This object can transform Bio::Align::AlignI objects to and from msf flat file databases. The rest of the documentation details each of...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (96): Bio::AlignIO::msf Download

Added: June 10, 2010 | Visits: 1.286

Bio::SeqIO::fastq Bio::SeqIO::fastq is a fastq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::SeqIO class. This object can transform Bio::Seq and Bio::Seq::SeqWithQuality objects to and from fastq flat file databases. Fastq is a file format used frequently at...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (110): Bio::SeqIO::fastq Download

Added: February 01, 2010 | Visits: 1.226

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 424

SeqEntropy SeqEntropy was designed as an accessible, easy-to-use and handy assessment instrument of sequence repeats for short read sequencing. Now you can access and make use of this useful tool directly from the Command Line Interface found in your system.


Platforms: Windows

License: Freeware Download (465): SeqEntropy Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 449

ProtAnnot ProtAnnot is a small, Java based application is a protein annotation viewer that displays protein annotations in the context of the genomic sequence. This software is a making it easy to see how alternative mRNA structures affect the various protein products encoded at a locus. for WindowsAll


Platforms: Windows

License: Freeware Download (400): ProtAnnot Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 662

FastPCR Professional The FastPCR software was developed to be an integrated tools environment that provides comprehensive facilities for designing primers for most PCR applications including standard, long distance, inverse, real-time, multiplex, unique and group-specific; overlap extension PCR (OE-PCR)...


Platforms: Windows, XP, 2003, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (466): FastPCR Professional Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 417

Oligomer Oligomer is a small, simple, Java based application specially designed to help you perform sequence analysis with standard and mixed bases. This tool will also help you find out the physical properties of the sequence, so that you get a complete bio-informatics software. for WindowsAll


Platforms: Windows

License: Freeware Download (382): Oligomer Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 416

UGENE UGENE is a comprehensive genome analysis suite that features multiple sequence alignment and a complex HMM builder and search module. for WindowsAll


Platforms: Windows

License: Freeware Download (467): UGENE Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 312

ClaMS ClaMS is a handy application specially designed to offer you a sequence composition-based classifier for metagenomic sequences. ClaMS works by capturing signatures of each sequence based on the sequence composition. Each sequence is modeled as a walk in a de Bruijn graph with underlying Markov...


Platforms: Windows

License: Freeware Download (445): ClaMS Download

< 1 2 3 4 5 >