Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tkmelting(1) [debian man page]

TKMELTING(1)							  Melting Manual						      TKMELTING(1)

NAME
tkmelting - Tk interface to MELTING SYNOPSIS
tkmelting DESCRIPTION
tkmelting starts a graphical user interface to MELTING, a program to calculate for a DNA/DNA, DNA/RNA, and RNA/RNA duplex, the enthalpy, the entropy of the helix-coil transition, and then its melting temperature. SEE ALSO
melting(1) AUTHORS
Nicolas Le Novere <lenov@ebi.ac.uk> Wrote tkmelting Marine Dumousseau <(marine@ebi.ac.uk> Wrote tkmelting Charles Plessy <plessy@debian.org> Wrote and this manpage in DocBook XML for the Debian distribution. COPYRIGHT
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Nicolas le Novere, Marine Dumousseau Copyright (C) 2007, 2009 Charles Plessy Tkmelting 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. Tkmelting is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA On Debian systems, you can find a copy of the GNU General Public License version 2 in /usr/share/common-licences/GPL-2. The manpage of tkmelting can be used under the same terms as tkmelting itself. tkmelting 0.005 05/17/2009 TKMELTING(1)

Check Out this Related Man Page

SCS2PDF(1)						      General Commands Manual							SCS2PDF(1)

NAME
scs2pdf - convert IBM SCS printer data into PDF SYNOPSIS
scs2pdf DESCRIPTION
The program converts from an SCS print stream on the standard input, to a Portable Document Format file on the standard output. It is only intended for use with lp5250d. SEE ALSO
lp5250d(1), http://tn5250.sourceforge.net/ COPYRIGHT
scs2pdf is copyright 2000 Michael Madore. This manpage is copyright 2000 - 2008 Carey Evans. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub- lished by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foun- dation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHORS
scs2pdf was written by Michael Madore and James Rich. This manual page was written by Carey Evans. 17 Jun 2001 SCS2PDF(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

DECODE file field is required in Bash

Dear All, I want to decode the one of the file field. Input file: 9393939393|999|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|2001|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|1500|2009-02-20 00:00:01|2||4587| 2007-02-28 00:00:01|0... (1 Reply)
Discussion started by: hanu_oracle
1 Replies

2. Shell Programming and Scripting

Creating a condition on a bash script

I wrote a code to find codons in a DNA string. The only problem I have is how do I make the code only work for a file with DNA. This means the file only has the characters a,c,g,t and no white space characters. (3 Replies)
Discussion started by: germany1517
3 Replies