Skip to content

Commit

Permalink
env and time
Browse files Browse the repository at this point in the history
  • Loading branch information
davek44 committed Oct 10, 2022
1 parent 12c22bc commit 6bcba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/basenji_bench_gtex_folds.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
default=None, type='int',
help='Index for dataset/head [Default: %default]')
fold_options.add_option('-e', dest='conda_env',
default='tf2.6',
default='tf28',
help='Anaconda environment [Default: %default]')
fold_options.add_option('-g', dest='gtex_vcf_dir',
default='/home/drk/seqnn/data/gtex_fine/susie_pip90')
Expand Down Expand Up @@ -173,7 +173,7 @@ def main():
if options.data_head is not None:
model_file = '%s/train/model%d_best.h5' % (it_dir, options.data_head)

cmd_base += ' basenji_sad.py %s %s' % (params_file, model_file)
cmd_base += ' time basenji_sad.py %s %s' % (params_file, model_file)

for gtex_pos_vcf in glob.glob('%s/*_pos.vcf' % options.gtex_vcf_dir):
# positive job
Expand Down

0 comments on commit 6bcba97

Please sign in to comment.