diff fasta_compute_length.py @ 0:86f00ebe7be7 draft

Imported from capsule None
author devteam
date Mon, 19 May 2014 10:59:55 -0400
parents
children d75972d4bd2a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fasta_compute_length.py	Mon May 19 10:59:55 2014 -0400
@@ -0,0 +1,9 @@
+#!/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 )
\ No newline at end of file