Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 1.15 KB

tutorial.md

File metadata and controls

19 lines (19 loc) · 1.15 KB

Tutorial

  • mkdir tutorial
    • (We recommend that this working folder is not under a new folder that is created by git clone to maintain git repository easily)
  • cd tutorial
    • mkdir mrc
  • (Download mrc)
  • ls $PWD/*.mrcs > aceta_mrc_tutorial.list
  • cp (AutoMicroED git repository)/templates/input_files/example/user_provided_mrcs/aceta_mrc_tutorial.list .
    • (For example, if a user did git clone at /home/powe385, then (AutoMicroED git repository) is /home/powe385/AutoMicroED)
  • python (AutoMicroED git repository)/run_all.py aceta_mrc_tutorial.list aceta_arg_tutorial.txt
    • (If a user made an alias then simply run
      • "(alias name) aceta_mrc_tutorial.list aceta_arg_tutorial.txt"
        • For example, "MicroED_krios aceta_mrc_tutorial.list aceta_arg_tutorial.txt"
  • Running time
    • With one linux system, Acetaminophen tutorial took 9 minutes.
    • With one linux system, Carbamazepine tutorial took 21 minutes.
  • Expected outcome