fasta2lines.py Writes sequences in fasta format to a file in which each name and sequence string are contained on a single line (names and sequences are tab-delimited). Useful for exporting sequences to excel or for sorting by name or sequence. -out name of outfile. Prints to stdout by default. -degap remove gap characters from sequences. -hea include header line after sequence name -h Prints documentation. -v { [1] } verbosity -version print version info and exit $Id: fasta2lines.py,v 1.1 2004/10/10 02:53:10 nghoffma Exp $