Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Dec 10, 2024
1 parent 674bf15 commit cd57894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/preprocess_raw_viability.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_parser():


def main(args):

base_path = Path(args.path_data) / args.dataset_name
preprocess(
input_file=base_path / f"{args.dataset_name}_raw.csv",
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/run_cv/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflow RUN_CV {
path_data // path to data
measure // measure name to use

main:
main:
LOAD_RESPONSE(params.dataset_name, path_data, params.cross_study_datasets, measure)

ch_test_modes = channel.from(test_modes)
Expand Down

0 comments on commit cd57894

Please sign in to comment.