Module removeIdenticalSeq
[hide private]
[frames] | no frames]

Module removeIdenticalSeq

source code

Remove identical sequences from a FASTA file


Requires: hashlib python library

Input : SEQUENCE.fasta (1 line sequence) Output : PREFIX.fasta

Functions [hide private]
 
get_parser() source code
 
main() source code
Variables [hide private]
  __doc__ = ...
  __package__ = None
Variables Details [hide private]

__doc__

Value:
"""
Remove identical sequences from a FASTA file

@requires: U{hashlib<https://docs.python.org/2/library/hashlib.html>} \
python library

Input : SEQUENCE.fasta (1 line sequence)
Output : PREFIX.fasta
...