Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.75 KB

File metadata and controls

39 lines (35 loc) · 2.75 KB

How to install

Make sure needed third party software are installed

  • Refer
    • (Some software may not be installed in WindowsOS.)
    • Designate PATH for tvips, XDS and ccp4
      • For example, for bash user
        • add
          • export PATH="/Users/kimd999/research/microED/dn_try/tvips-tools-jiffies-20191209-macos64/":$PATH
          • export PATH="/Users/kimd999/bin/XDS-OSX_64/":$PATH
          • export PATH="/Applications/ccp4-7.0/bin/":$PATH
        • into ~/.bashrc
    • Alternatively, AutoMicroED user can specify locations of binary at args_file. Refer templates/input_files for examples and explanations.

Git troubleshooting

  • If user's OS doesn't have git
  • If a user sees the error message during git clone, “Permission denied (publickey).fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.”,
  • If user's macOS shows, “xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.”
    • Download commandline as instructed (this may take ~7 minutes)