Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import jpype
  2. import jpype.imports
  3. jpype.startJVM(jpype.getDefaultJVMPath(), '-Djava.class.path=%s' % astral)
  4. jpype.imports.registerDomain('phylonet')
  5. from phylonet.coalescent import CommandLine
  6. CommandLine.main(['-i', input_file, '-o', output_file])
  7. jpype.shutdownJVM()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement