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
but when I try epic2 --example or epic2 -version I get the following:
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/epic2", line 10, in <module>
from epic2.main import _main
File "/home/ubuntu/.local/lib/python2.7/site-packages/epic2/main.py", line 5, in <module>
from epic2.src.reads_to_bins import files_to_bin_counts
File "epic2/src/reads_to_bins.pyx", line 19, in init epic2.src.reads_to_bins
File "/home/ubuntu/.local/lib/python2.7/site-packages/epic2/src/remove_out_of_bounds_bins.py", line 7
print("Chromosome {} found in file, but not in the chromsizes dict for the genome.".format(chromosome), file=sys.stderr)
^
SyntaxError: invalid syntax
Any ideas about how to fix this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I installed epic 2 using conda:
but when I try epic2 --example or epic2 -version I get the following:
Any ideas about how to fix this? Thanks!
The text was updated successfully, but these errors were encountered: