Home Software LaTex CV

Table of Contents

Module: col noahprogs/col.py
Imported modules   
import cp
import os
import string
import sys
Functions   
getSeqRange
main
spaceDelimTable
  getSeqRange 
getSeqRange ( theList,  rangeString )

rangeString in format a-b,c-d,... returns a string

  main 
main ()

%(filename)s

Get a specified column from input file.

{{c column number (1-based, inclusive), can also specify a range like a-b,c-d,... 1-}} {{out name of outfile. Prints to stdout by default.}} {{h Prints documentation.}} {{v verbosity 1}} {{version print version info and exit}}

%(version)s

  spaceDelimTable 
spaceDelimTable (
        dataArray,
        gutter=2,
        columnGuide=0,
        )

Writes a table with left-justified columns separated by space characters. Each column is (gutter) spaces wider than the widest element in the column. dataArray is a list of lists : dataArray[line][element]. Returns a string.


Table of Contents

This document was automatically generated on Thu Feb 27 16:52:00 2003 by HappyDoc version 2.1