Commit c95396bf authored by Jan Kiene's avatar Jan Kiene
Browse files

run formatter

parent e34264c8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -131,7 +131,9 @@ def exp_lab_pair(arg):


if __name__ == "__main__":
    parser = argparse.ArgumentParser(description="Generate config files and process files for selecton experiments. Experiment names and lab ids must be given as comma-separated pairs (e.g. 'P800-5,b BS1534-4a,d ...')")
    parser = argparse.ArgumentParser(
        description="Generate config files and process files for selecton experiments. Experiment names and lab ids must be given as comma-separated pairs (e.g. 'P800-5,b BS1534-4a,d ...')"
    )
    parser.add_argument(
        "exp_lab_pairs",
        type=exp_lab_pair,