Skip to content

Commit

Permalink
https://github.com/lardemua/atom/pull/989#discussion_r1793205657
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofavs committed Oct 11, 2024
1 parent ba20e32 commit 7303bb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions atom_batch_execution/scripts/batch_execution
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ def main():
required=False, action='store_true')
ap.add_argument("-dr", "--dry_run", help="Run without actually executing the processes.",
required=False, action='store_true')
ap.add_argument("-rs", "--run_suffix", help="Suffix used to signal multiple runs of the same experiment.",
required=False, default='_run', type=str)
ap.add_argument("-fs", "--fold_suffix", help="Suffix used to signal multiple folds of the same run.",
required=False, default='_fold', type=str)

args = vars(ap.parse_args())

Expand Down
4 changes: 0 additions & 4 deletions atom_batch_execution/scripts/process_results
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def main():
required=True, type=str)
ap.add_argument("-of", "--output_folder", help="Folder where to store the processed results",
required=True, type=str)
ap.add_argument("-rs", "--run_suffix", help="Suffix used to signal multiple runs of the same experiment.",
required=False, default='_run', type=str)
ap.add_argument("-fs", "--fold_suffix", help="Suffix used to signal multiple folds of the same run.",
required=False, default='_fold', type=str)
ap.add_argument("-ar", "--average_row", help="Name of the row to average. Default is 'Averages'",
required=False, default='Averages', type=str)
ap.add_argument("-ctc", "--column_to_check", help="Name of the column to check for the average row. Default is 'Collection #', which is the case for ATOM result processing.",
Expand Down

0 comments on commit 7303bb7

Please sign in to comment.