Skip to content
Snippets Groups Projects
Commit 80f127bb authored by Aaron's avatar Aaron
Browse files

fix

parent e55f9ecc
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