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

Module extendTargets_allPossibility

source code

Extension of each sequence target with the mapped contig, if a target is mapped on several contigs, each possibility are kept.

Unmapped contig are lost.


Requires: DIGEST_functions.py (PYTHONPATH)

Input : SAM file without header only with mapped line and sort by query Output : target extended FASTA file

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

__doc__

Value:
"""
Extension of each sequence target with the mapped contig,
if a target is mapped on several contigs, each possibility are kept.

Unmapped contig are lost.

@requires: DIGEST_functions.py (PYTHONPATH)

...