Skip to content

Commit

Permalink
change the default topaz path back
Browse files Browse the repository at this point in the history
  • Loading branch information
zruan committed Feb 21, 2021
1 parent 343d655 commit 6cc1498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relion_run_topaz/run_topaz_pick.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"""VARIABLES >>>"""
print('running ...')
parser = argparse.ArgumentParser()
parser.add_argument("-t", "-tpath", "--topaz_path" , type=str, default='/secondary/projects/lu/Zheng/software/conda/anaconda3/envs/topaz/bin/topaz', help = "Topaz path. Input either a direct path to a topaz executable or a directory path where topaz exists.")
parser.add_argument("-t", "-tpath", "--topaz_path" , type=str, default='/usr/local/bin/topaz', help = "Topaz path. Input either a direct path to a topaz executable or a directory path where topaz exists.")
parser.add_argument("-i", "--input", "--in_mics", help = "Input micrographs")
parser.add_argument("-o", "--output", type=str, help = "Output folder (full path)")
parser.add_argument("-d", "--device", type=int, default=0, help = "GPU/CPU devide. Non-negative numbers correspond to GPU IDs. Negative numbers correspond to CPU processing.")
Expand Down

0 comments on commit 6cc1498

Please sign in to comment.