view fasta_compute_length.py @ 1:d8cc2c8eef14 draft

planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author devteam
date Tue, 21 Jul 2015 14:18:55 -0400
parents ece409f6573c
children de2db1bdfbf8
line wrap: on
line source

#!/usr/bin/env python
"""
Uses fasta_to_len converter code.
"""

import sys
from utils.fasta_to_len import compute_fasta_length

compute_fasta_length( sys.argv[1], sys.argv[2], sys.argv[3], False )