Skip to content

Commit

Permalink
Snakefile: use the fetch_epic rule for compatibility with Snakemake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Oct 1, 2024
1 parent 47226e2 commit a9cf8cb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions benchmarks/semi_coherent/Snakefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a9cf8cb

Please sign in to comment.