Skip to content

Commit

Permalink
refactor: remove duplicate row
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeds authored Mar 7, 2024
1 parent 1e43406 commit 93a42f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def generate_copy_code(workflow, output_spec):
"conda_env, container_img, singularity_args, use_singularity, env_modules, bench_record, jobid, is_shell, "
"bench_iteration, cleanup_scripts, shadow_dir, edit_notebook, conda_base_path, basedir, runtime_sourcecache_path, "
"__is_snakemake_rule_func=True):\n"
'\tshell ( "(cp {input[0]} {output[0]}) &> {log}" , bench_record=bench_record, bench_iteration=bench_iteration)\n\n'
'\tshell ( "(cp --preserve=timestamps {input[0]} {output[0]}) &> {log}" , bench_record=bench_record, bench_iteration=bench_iteration)\n\n'
)

Expand Down

0 comments on commit 93a42f6

Please sign in to comment.