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

Fix p-value signal names.

parent 4da6aee0
Branches
Tags
1 merge request!13Resolve "Add in Macs2 support"
Pipeline #1222 failed with stage
in 5 hours, 11 minutes, and 33 seconds
......@@ -228,7 +228,7 @@ def call_peaks_macs(experiment, xcor, control, prefix, genome_size, chrom_sizes)
command = 'bedGraphToBigWig ' + \
'%s ' % (pvalue_bedgraph_sorted_fn) + \
'%s ' % (chrom_sizes) + \
'%s' % (fc_signal_fn)
'%s' % (pvalue_signal_fn)
logger.info(command)
returncode = utils.block_on(command)
......
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