You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
I am trying to methratio.py using following command line:
methratio.py -o fa1.1_methratio.txt -d Fxa.fasta -u -p fa1.1.bam
The error pop in as:
Traceback (most recent call last):
File "/home/jiao/miniconda2/envs/viewbs/bin/methratio.py", line 105, in
disp('loading reference file: %s ...' % options.reffile)
File "/home/jiao/miniconda2/envs/viewbs/bin/methratio.py", line 41, in disp
if not options.quiet: print >> sys.stderr, '[methratio] @%s \t%s' %(time.asctime(), txt)
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
view: invalid option -- 'X'
The text was updated successfully, but these errors were encountered:
This is not an official source for the bsmap software, just a fork that our group long ago made for convenience. We didn't write the software and can't help with support. Best of luck!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to methratio.py using following command line:
methratio.py -o fa1.1_methratio.txt -d Fxa.fasta -u -p fa1.1.bam
The error pop in as:
Traceback (most recent call last):
File "/home/jiao/miniconda2/envs/viewbs/bin/methratio.py", line 105, in
disp('loading reference file: %s ...' % options.reffile)
File "/home/jiao/miniconda2/envs/viewbs/bin/methratio.py", line 41, in disp
if not options.quiet: print >> sys.stderr, '[methratio] @%s \t%s' %(time.asctime(), txt)
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
view: invalid option -- 'X'
The text was updated successfully, but these errors were encountered: