BarMap.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:ribolands 作者: bad-ants-fleet 项目源码 文件源码
def add_barmap_args(parser):
  """ A collection of arguments that are used by BarMap """
  ril.argparse_add_arguments(parser, 
      RNAsubopt=True,
      barriers=True,
      treekin=True,
      noLP=True, temperature=True, 
      tmpdir=True, name=True, force=True, verbose=True,
      start=True, stop=True, k0=True, tX=True, cutoff=True)

  parser.add_argument("--plot_title", default='')

  parser.add_argument("--pyplot", action="store_true",
      help="Plot the simulation using matplotlib. Interpret the legend \
          using the *log* output")
  parser.add_argument("--xmgrace", action="store_true",
      help="Print a plot for xmgrace. " + \
          "Interpret the legend using the *log* output")

  parser.add_argument("--adaptive", action="store_true",
      help="Automatically raise suboptimal energy range if computations fail.")

  parser.add_argument("--s_sortdir", default="/tmp", action="store", \
      help=argparse.SUPPRESS)
  return
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号