Skip to content

Commit

Permalink
Merge pull request #276 from galaxyproject/275-run-number
Browse files Browse the repository at this point in the history
Starting run number
  • Loading branch information
ksuderman authored Jan 31, 2024
2 parents 76abe10 + 6c07eb7 commit 2b6bfac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abm/lib/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def run_on_cloud(cloud: str, config: dict):
print(f"Staring run number {start}")
if start < 0:
start = 1
print(f"Staring run number {start}")
end = start + config['runs']
if 'galaxy' in config:
namespace = config['galaxy']['namespace']
Expand Down

0 comments on commit 2b6bfac

Please sign in to comment.