I am trying to use methratio to analyze methylation sequencing data. Currently I am getting the following error when I run
$ python methratio.py ref=/home/yelab/leanne/Genomes/Human/hg19.fa --out=methratio.txt $HOME/Projects/MethylStudy/BisulfSeq/lung/SRR1045636.sam
Error
Traceback (most recent call last):
File "methratio.py", line 25, in ?
if any(options.chroms): options.chroms = options.chroms.split(',')
NameError: name 'any' is not defined
When i try this command
$ python methratio.py ref=/home/yelab/leanne/Genomes/Human/hg19.fa --out=methratio.txt -s $HOME/Projects/MethylStudy/BisulfSeq/lung/SRR1045636.sam
I get the following error error: Require at least one BSMAP_MAPPING_FILE.
even though I have provided a mapping file
Any help would be greatly appreciated!!
Thanks Leanne
$ python methratio.py ref=/home/yelab/leanne/Genomes/Human/hg19.fa --out=methratio.txt $HOME/Projects/MethylStudy/BisulfSeq/lung/SRR1045636.sam
Error
Traceback (most recent call last):
File "methratio.py", line 25, in ?
if any(options.chroms): options.chroms = options.chroms.split(',')
NameError: name 'any' is not defined
When i try this command
$ python methratio.py ref=/home/yelab/leanne/Genomes/Human/hg19.fa --out=methratio.txt -s $HOME/Projects/MethylStudy/BisulfSeq/lung/SRR1045636.sam
I get the following error error: Require at least one BSMAP_MAPPING_FILE.
even though I have provided a mapping file
Any help would be greatly appreciated!!
Thanks Leanne
Comment