Skip to content

Commit d035d37

Browse files
committed
small fix
1 parent 51b116f commit d035d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/array2hic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def array2hic(juicer_tools,input_array_pickle,
6161
code_path = os.path.dirname(juicer_tools)
6262
root_path = os.getcwd()
6363
os.chdir(code_path)
64-
os.system(f'java -Xmx64g -Xmx64g -jar juicer_tools.jar pre -j 8 -d -r {resolution} {raw_path} {output_hic} {refer_genome_name}')
64+
os.system(f'java -Xmx64g -Xmx64g -jar juicer_tools.jar pre -j 8 -d -r {resolution} "{raw_path}" "{output_hic}" "{refer_genome_name}"')
6565
os.remove(raw_path)
6666

6767
os.chdir(root_path)

0 commit comments

Comments
 (0)