File: commonroutines.h

package info (click to toggle)
sigma-align 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 620 kB
  • ctags: 99
  • sloc: sh: 3,403; ansic: 1,344; xml: 221; makefile: 56
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
/* Sigma - Simple greedy multiple alignment */
/* Copyright (C) 2007 Rahul Siddharthan     */
/* Licensed under the GNU GPL, version 2    */
/* See file COPYING in source distribution  */

int base2num(char b);
seq_frag* new_seqfrag(params *v);