Hi,
We are trying to use illumina reads which gets converted int Sam format using export2sam and usethesam file as input for MACS. The error is as follows.Any ideas to solve this issue?
However when trying to use 'filter PF' tags in galaxy option solves this issue. Why is it so? Thanks.
We are trying to use illumina reads which gets converted int Sam format using export2sam and usethesam file as input for MACS. The error is as follows.Any ideas to solve this issue?
However when trying to use 'filter PF' tags in galaxy option solves this issue. Why is it so? Thanks.
Code:
INFO* @ Fri, 17 Jun 2011 13:12:19: # ARGUMENTS LIST: # name = MACS_in_Galaxy # format = SAM # ChIP-seq file = /home/galaxy/galaxy/galaxy-dist/database/files/000/dataset_339.dat # control file = /home/galaxy/galaxy/galaxy-dist/database/files/000/dataset_337.dat # effective genome size = 2.70e+09 # band width = 300 # model fold = 10,30 # pvalue cutoff = 1.00e-05 # Small dataset will be scaled towards larger dataset. # Range for calculating regional lambda is: 1000 bps and 10000 bps INFO* @ Fri, 17 Jun 2011 13:12:19: #1 read tag files... INFO* @ Fri, 17 Jun 2011 13:12:19: #1 read treatment tags... Traceback (most recent call last): * File "/home/galaxy/tools/bin/macs", line 354, in ****main() * File "/home/galaxy/tools/bin/macs", line 59, in main *** (treat, control) = load_tag_files_options (options) * File "/home/galaxy/tools/bin/macs", line 323, in load_tag_files_options *** ttsize = tp.tsize() * File "/home/galaxy/tools/lib/python2.6/site-packages/MACS14/IO/Parser.py", line 655, in tsize *** return int(s/n) ZeroDivisionError: integer division or modulo by zero
Comment