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.479.959 Times

Expressed Sequence Tags freeware
Filter: All | Freeware | Demo
 

Expressed Sequence Tags

< 1 2 3 4 5 > 
Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 558

Mac Sequence View for Mac OS Have you ever needed to generate easy to read Quality Reports for your DNA sequencing? Have you ever needed to sort your DNA trace files by quality? Have you ever needed to change the comments tag in your Chromatograms? If so, this software suite is for you. This bundle includes: Mac Sequence... Platforms: Mac

License: Freeware Size: 2.8 MB Download (58): Mac Sequence View for Mac OS Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 482

CLC Sequence Viewer for Mac OS Creates a software environment enabling users to make basic bioinformatics analyses and smooth data management, combined with excellent graphical viewing and output options. Some bioinformatics features are: - GenBank searching and viewing (linear and circular views) - Multiple alignment of... Platforms: Mac

License: Freeware Size: 30.4 MB Download (54): CLC Sequence Viewer for Mac OS Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 591

CLC Sequence Viewer 64-bit CLC Sequence Viewer creates a software environment enabling users to make a large number of bioinformatics analyses, combined with smooth data management, and excellent graphical viewing and output options. Bioinformatics features in CLC Sequence Viewer Multiple alignment of DNA, RNA, and... Platforms: Windows

License: Freeware Size: 38 MB Download (45): CLC Sequence Viewer 64-bit Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 647

HTML Meta Tags Creator HTML Meta Tags Creator is a free web design software to help creating meta tags for web pages. This free meta tags generator will create meta tags for HTML and XHTML document type, a complete tool to generate Meta Tags easily and correctly for all of your webpages. Includes all widely supported... Platforms: Windows

License: Freeware Size: 740 KB Download (380): HTML Meta Tags Creator Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 280

Ajax tags : SweetDEV RIA SweetDEV RIA is a complete set of Java/J2EE world-class Ajax tags. It helps you to design Rich GUI in a thin client. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.34 MB Download (49): Ajax tags : SweetDEV RIA Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 390

Perl Objects for Sequence Analysis POSA (Perl Objects for Sequence Analysis) provides an easy-to-use perl interface to handling raw ABI sequence trace files. For example: fasta can be extracted, sequence contigs can be build and putative SNPs and SBE primers can be easily generated. Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (45): Perl Objects for Sequence Analysis Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 381

PHP MP3 ID3 Tags Reads and writes ID3 tags v1 and v2 from MP3 files. Platforms: Windows, Mac, Linux

License: Freeware Size: 84.84 KB Download (46): PHP MP3 ID3 Tags Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 573

Quick Sequence Diagram Editor A fast and reliable tool, written in Java 5, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. Can serve as a Javadoc taglet. Exports PDF, (E)PS, SVG, PNG, ... Platforms: Windows, Mac, Linux

License: Freeware Size: 2.33 MB Download (56): Quick Sequence Diagram Editor Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 376

Tags You might know tags as they are used in gmail, delicious.com or last.fm. They let you categorize your items in multiple ways. The files on your computer can be categorized in only one way, because you store them in a folder and that's it. It would be great if there was an easy way to store the... Platforms: Mac

License: Freeware Size: 132.89 KB Download (52): Tags Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 423

UI Widgets Tags Deliver JSP tags for common UI widgets (for instance : wizzard, tree, progressBar, list, comboBox and titled panel). AJAX technology is used whenever it is possible. Other will be delivered later depending on my free time and on my needs. Platforms: Windows, Mac, Linux

License: Freeware Size: 165.93 KB Download (48): UI Widgets Tags Download

Added: May 10, 2013 | Visits: 397

Machine Tags 5.x-1.x-dev The technical goal of this module is to be a simple free tagging mechanism that converts free tags like "fruit:apples:jonathan" to a taxonomy term hierarchy fruit->apples->jonathan.This module allows for rapid and complex taxonomy development in DrupalInstallationUnpack in your modules folder... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Machine Tags 5.x-1.x-dev Download

Added: May 10, 2013 | Visits: 227

User Tags Tags are also displayed on the user/page and they link to a page that lists all users that have that tag set to them.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): User Tags Download

Added: May 10, 2013 | Visits: 355

Community Tags Community tags allows users to effectively share a vocabulary while keeping their tags separate. It also introduces a new permission for node tagging - users with that permission can tag any content, regardless of their node edit permissions.Features - Stores which user tagged what when, it saves... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Community Tags Download

Added: May 10, 2013 | Visits: 186

Revision tags Tags can be public or not. If there is more than one public tag, a block is available that lets you browse the revisions by tag.This could be used for documentation nodes that have to apply to different versions of a software.If tagged revisions are not public, the tags are only visible to users... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Revision tags Download

Added: May 10, 2013 | Visits: 364

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: 445

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: May 10, 2013 | Visits: 352

xili-tidy-tags For example when the theme is in English and the post's content is in English, only the English tags will be displayed. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.7.0 or higher -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): xili-tidy-tags Download

Added: May 10, 2013 | Visits: 334

Random Tags Cloud Widget It can be set to select tags randomly and the font size, displayed tags number and the display order can be customized.Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.3 or higher Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Random Tags Cloud Widget Download

Added: June 16, 2013 | Visits: 443

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 (48): m-sequence generation program using a search algorithm Download

Added: April 14, 2013 | Visits: 391

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 (44): Sequence Generator / CORE Manual (v0.91) Download

< 1 2 3 4 5 >