aidenlab / Juicebox

Visualization and analysis software for Hi-C data -
https://aidenlab.org/juicebox
MIT License
245 stars 58 forks source link

download issue #819

Closed Antony-1996 closed 5 years ago

Antony-1996 commented 5 years ago

Hello ? I encountered a problem when I download Juicebox to linux systerm . After I uncompress the jar file ,I cannot find the command to use juciebox . image

nchernia commented 5 years ago

Hello - you shouldn't uncompress the jar. Type java -jar Juicebox.jar to run it. You probably want to give it at least 2G of memory. Here's an example with 16g:

java -Xmx16000m -jar Juicebox.jar
Antony-1996 commented 5 years ago

thank you so much,I will try it