comparison fasta_compute_length.py @ 0:ece409f6573c draft

Imported from capsule None
author devteam
date Mon, 19 May 2014 12:34:12 -0400
parents
children de2db1bdfbf8
comparison
equal deleted inserted replaced
-1:000000000000 0:ece409f6573c
1 #!/usr/bin/env python
2 """
3 Uses fasta_to_len converter code.
4 """
5
6 import sys
7 from utils.fasta_to_len import compute_fasta_length
8
9 compute_fasta_length( sys.argv[1], sys.argv[2], sys.argv[3], False )