-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MACS2 IndexError: list index out of range #103
Comments
Similar error. Could it be a BED formatted output problem? format = BED... effective genome size = 4.90e+08band width = 250model fold = [5, 50]qvalue cutoff = 5.00e-02Larger dataset will be scaled towards smaller dataset.Range for calculating regional lambda is: 1000 bps and 10000 bpsBroad region calling is offINFO @ Fri, 15 Jan 2016 14:47:53: #1 read tag files... |
Possible. The BED file input must contain at least 6 columns including chromosome, start, end, name, score, and strand, and the delimiter should be 'tab' or '\t'. 'White spaces' don't work. Perhaps you have to use galaxy tool to first convert the delimiter. |
I get the following error stack upon running callpeak on my two BAM-files (through Galaxy). Any way I can troubleshoot what is wrong here?
The text was updated successfully, but these errors were encountered: