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

Fix our file name

parent 931b9086
1 merge request!18Resolve "Add in current chip-analysis functionality."
Pipeline #2703 failed with stages
in 9 hours, 44 minutes, and 46 seconds
......@@ -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