comparison macs2_predictd.xml @ 15:d89001e78ee4 draft

Uploaded
author bgruening
date Fri, 24 Jan 2014 11:18:29 -0500
parents 836578426f44
children
comparison
equal deleted inserted replaced
14:50f87b0c55bd 15:d89001e78ee4
8 <import>macs2_macros.xml</import> 8 <import>macs2_macros.xml</import>
9 </macros> 9 </macros>
10 <command> 10 <command>
11 macs2 predictd 11 macs2 predictd
12 -i #echo ','.join( map( str, $infiles) )# 12 -i #echo ','.join( map( str, $infiles) )#
13 --tsize $tsize 13 @tag_size@
14 @effective_genome_size@ 14 @effective_genome_size@
15 --bw $band_width 15 --bw $band_width
16 --mfold $mfoldlo $mfoldhi 16 --mfold $mfoldlo $mfoldhi
17 &gt; $outfile; 17 &gt; $outfile;
18 18