-
Notifications
You must be signed in to change notification settings - Fork 23
remove_indels
Martin Asser Hansen edited this page Oct 2, 2015
·
5 revisions
remove_indels removes indels (~-.
characters) from sequences in the stream.
... | remove_indels [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.
To remove indels, do:
... | remove_indels
Martin Asser Hansen - Copyright (C) - All rights reserved.
August 2007
GNU General Public License version 2
http://www.gnu.org/copyleft/gpl.html
remove_indels is part of the Biopieces framework.