Skip to content

Commit 3e643ef

Browse files
committed
fix recycle.py
1 parent 5d4eae3 commit 3e643ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/recycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import argparse, os
4-
from recyclelib import *
4+
from recyclelib.utils import *
55
import pysam
66

77
def parse_user_input():

0 commit comments

Comments
 (0)