sbpipe_move_datasets

Module Contents

sbpipe_move_datasets.get_index(name="", output_path=".")[source]

Get the largest index of the reports in output_path :param name: the name of the report :param output_path: the output path storing reports :return: the largest index or -1 if no file was found

sbpipe_move_datasets.move_dataset(name="", input_path="", output_path="")[source]

Move data sets from one path to another and update the sequence number.

Parameters:
  • name – the model name without extension
  • input_path – the path containing the input files
  • output_path – the path to store the output files
sbpipe_move_datasets.main(argv=None)[source]

Move data sets from one Path to another and update the sequence number.