Skip to content

Commit

Permalink
commit before merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jambler24 committed May 27, 2019
1 parent 88d7a32 commit 071a168
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions gengraph.py
Expand Up @@ -2,33 +2,26 @@

import networkx as nx


# Built in

from subprocess import call

from operator import itemgetter

import argparse

import sys, os

import sys
import os
import csv

import copy

import time

try:
import cPickle as pickle
except:
print('cPickle not found')
import pickle

import logging



path_to_muscle = 'muscle3.8.31_i86darwin64'

path_to_clustal = 'clustalo'
Expand Down

0 comments on commit 071a168

Please sign in to comment.