Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble self.N50 Error #14

Open
francicco opened this issue Jul 5, 2019 · 3 comments
Open

Assemble self.N50 Error #14

francicco opened this issue Jul 5, 2019 · 3 comments

Comments

@francicco
Copy link

Hi,

I'm running assemble using this command line:

assemble -m hic_corrected.h5 -o ./assembly_output \
                --min_scaffold_length 100000 --bin_size 5000 --misassembly_zscore_threshold -1.0 \
                --num_iterations 3 --num_processors $THREADS

But I'm getting this

Traceback (most recent call last):
  File "/home/fc464/software/hicexplorer/bin/assemble", line 11, in <module>
    import hicassembler.HiCAssembler as HiCAssembler
  File "/home/fc464/software/hicexplorer/lib/python3.6/site-packages/hicassembler/HiCAssembler.py", line 226
    print self.N50
             ^
SyntaxError: Missing parentheses in call to 'print'

Anyway I could fix this?
Thanks
F

@francicco
Copy link
Author

Apparently

HiCExplorer does no longer support Python 2. This dependency issue needs to be solved by HiCAssembler

Need to find another HiC assembler...

@xinl22
Copy link

xinl22 commented Aug 4, 2019

@francicco Hi, have you fixed this issue?

@fidelram
Copy link
Contributor

fidelram commented Aug 7, 2019

I had made some progress with a python3 version of hicassembler. The code is in the https://github.com/maxplanck-ie/HiCAssembler/tree/2to3 branch for those who wants to try it.

I still see some errors in the doctests that need to be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants