Skip to content
Snippets Groups Projects
Commit 0f2a8f86 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix our file name

parent 931b9086
Branches
Tags
No related merge requests found
......@@ -57,8 +57,8 @@ def motif_search(filename, genome, experiment):
# Sort Bed file by
out, err = run_pipe([
'sort -k %dgr,%dgr %s' % (5, 5, filename),
sorted_fn)
'sort -k %dgr,%dgr %s' % (5, 5, filename)],
outfile=sorted_fn)
# Get fasta file
out, err = utils.run_pipe([
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment