Skip to content
Martin Asser Hansen edited this page Oct 2, 2015 · 5 revisions

Biopiece: lowercase_seq

Description

lowercase_seq changes all uppercase letter in sequences to lowercase letters.

Usage

... | lowercase_seq [options]

Options

[-?         | --help]               #  Print full usage description.
[-I <file!> | --stream_in=<file!>]  #  Read input from stream file   -  Default=STDIN
[-O <file>  | --stream_out=<file>]  #  Write output to stream file   -  Default=STDOUT
[-v         | --verbose]            #  Verbose output.

Examples

Consider the following sequence entry in FASTA format in the file test.fna:

>test
ACGACGCATNNNNNNactgatcga

To read in this sequence use read_fasta to lowercase all letters:

read_fasta -i test.fna | lowercase_seq

SEQ: ACGACGCATNNNNNNACTGATCGA
SEQ_NAME: test
SEQ_LEN: 24
---

See also

read_fasta

uppercase_seq

swapcase_seq

transliterate_seq

transliterate_vals

Author

Chol-Hee JUNG - Copyright (C) - All rights reserved.

[email protected]

November 2008

License

GNU General Public License version 2

http://www.gnu.org/copyleft/gpl.html

Help

lowercase_seq is part of the Biopieces framework.

http://www.biopieces.org

Clone this wiki locally