Skip to content

Commit

Permalink
avoid re-implementing fetch_epic
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Nov 15, 2024
1 parent b973b28 commit 1a99367
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
import os
import shutil

rule semi_coherent_get:
output:
"benchmarks/semi_coherent/data.hepmc"
shell:
"""
xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/CI/SEMI_COHERENT/eU_0.hepmc {output}
"""

rule semi_coherent_filter:
input:
"benchmarks/semi_coherent/data.hepmc",
"EPIC/EVGEN/CI/SEMI_COHERENT/eU_0.hepmc"
output:
"benchmarks/semi_coherent/filtered.hepmc",
shell:
Expand Down

0 comments on commit 1a99367

Please sign in to comment.