dear all,
I am trying to use DANPOS on my MNAse-Seq data. Unofrtunately, I am not familiar with python; despite this, I was able to run danpos.py wiq in order to normalize wig files from two different samples.
I then started to use the other commands of danpos using your example input files.
my command:
danpos-2.2.2/danpos.py profile sampleB.wig --genefile_paths geneGroup1.xls
DANPOS starts to processes the wig file and when it starts to profile for TSS it stops giving the following error:
File "danpos-2.2.2/lib.py", line 250, in occAroundPoints
chr,name,stra=col[chrColID],col[nameColID],col[straColID]
IndexError: list index out of range
Any idea why is not working?
Thanks in advance
E.