File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ def run( args ):
160
160
digested_atac_signals [ 0 ].write_bedGraph (fhd , "short" ,"short" )
161
161
fhd .close ()
162
162
fhd = open (mono_bdgfile ,"w" )
163
- digested_atac_signals [ 0 ].write_bedGraph (fhd , "mono" ,"mono" )
163
+ digested_atac_signals [ 1 ].write_bedGraph (fhd , "mono" ,"mono" )
164
164
fhd .close ()
165
165
fhd = open (di_bdgfile ,"w" )
166
- digested_atac_signals [ 0 ].write_bedGraph (fhd , "di" ,"di" )
166
+ digested_atac_signals [ 2 ].write_bedGraph (fhd , "di" ,"di" )
167
167
fhd .close ()
168
168
fhd = open (tri_bdgfile ,"w" )
169
- digested_atac_signals [ 0 ].write_bedGraph (fhd , "tri" ,"tri" )
169
+ digested_atac_signals [ 3 ].write_bedGraph (fhd , "tri" ,"tri" )
170
170
fhd .close ()
171
171
172
172
minlen = int (petrack .average_template_length )
You can’t perform that action at this time.
0 commit comments