From a9cf8cbaebdbc47435cb7575ea1067d03074bdc9 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 1 Oct 2024 13:58:05 -0400 Subject: [PATCH] Snakefile: use the fetch_epic rule for compatibility with Snakemake 8 --- benchmarks/semi_coherent/Snakefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/benchmarks/semi_coherent/Snakefile b/benchmarks/semi_coherent/Snakefile index 870974b4..ff9506fd 100644 --- a/benchmarks/semi_coherent/Snakefile +++ b/benchmarks/semi_coherent/Snakefile @@ -1,18 +1,10 @@ import os import shutil -from snakemake.remote.S3 import RemoteProvider as S3RemoteProvider - - -S3 = S3RemoteProvider( - endpoint_url="https://eics3.sdcc.bnl.gov:9000", - access_key_id=os.environ["S3_ACCESS_KEY"], - secret_access_key=os.environ["S3_SECRET_KEY"], -) rule semi_coherent_get: input: - S3.remote("eictest/EPIC/EVGEN/CI/ePb_beagle.hepmc"), + "EPIC/EVGEN/CI/ePb_beagle.hepmc", output: "benchmarks/semi_coherent/ePb_beagle.hepmc", run: