callPeaksMACS exits when data is bad
In call_peaks_macs.py: fragment_length = frag_lengths.split(',')[0] But if the data is bad, then it == 0 Put an if statement to take the second column if the first column is 0
In call_peaks_macs.py: fragment_length = frag_lengths.split(',')[0] But if the data is bad, then it == 0 Put an if statement to take the second column if the first column is 0