Skip to content

Commit 25e6965

Browse files
committed
fix wrong shebang (py2)
1 parent 223dccb commit 25e6965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assign_multimappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python3
22

33
# piped script to take multimappers and randomly assign
44
# requires a qname sorted file!!

0 commit comments

Comments
 (0)