Skip to content

Commit 03f8531

Browse files
committed
fix wrong shebang (py2)
1 parent b54c9a3 commit 03f8531

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)