Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Aug 28, 2019
1 parent 85bcc86 commit f436b3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion LTR_classifier.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/env python
# coding: utf-8
# Author: [email protected]
# Version: 0.1
import sys
import glob
import os, re
#from math import log
from math import log
from collections import Counter, OrderedDict
from Bio import SeqIO

Expand Down

0 comments on commit f436b3e

Please sign in to comment.