diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-21 10:33:05 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-01-21 10:33:05 -0500 |
commit | 0a821695d5498257c9550dfc3c8007e9f652aba6 (patch) | |
tree | 757aa8b9c3fca40f0890db4e2467cce1f44ba4b0 | |
parent | 87fc8a226285cd455a541c711b2649f0e9e86918 (diff) |
add python shebang
-rw-r--r-- | select_mers.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/select_mers.py b/select_mers.py index 380e4fd..ef3e8e1 100644 --- a/select_mers.py +++ b/select_mers.py @@ -1,7 +1,5 @@ +#!/usr/bin/env python import sys -import matplotlib -matplotlib.use('Agg') -import matplotlib.pyplot import os from multiprocessing import Pool |