Skip to content
Snippets Groups Projects
Commit 6dfec964 authored by Aaron's avatar Aaron
Browse files

to for compat. thx to @jmarshall

parent d8a9ae92
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def main():
script = open('bin/' + old, 'w')
script.write("#!/bin/sh\n")
script.write("bedtools " + new + " $*\n")
script.write("bedtools " + new + " $@\n")
script.close()
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment