Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions processor/tasks/CROWNFriends.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,8 @@ def run(self):
quantities_map_output.copy_from_local(local_outputfile)
console.log("Uploaded {}".format(quantities_map_output.uri()))
console.rule("Finished CROWNFriends")

def htcondor_output_directory(self):
return law.LocalDirectoryTarget(
self.local_path(f"htcondor_files/{self.friend_name}/{self.nick}")
)
5 changes: 5 additions & 0 deletions processor/tasks/CROWNMultiFriends.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,8 @@ def run(self):
# copy the generated quantities_map json to the output
quantities_map_output.copy_from_local(local_outputfile)
console.rule("Finished CROWNMultiFriends")

def htcondor_output_directory(self):
return law.LocalDirectoryTarget(
self.local_path(f"htcondor_files/{self.friend_name}/{self.nick}")
)
2 changes: 1 addition & 1 deletion sample_database
Submodule sample_database updated 4672 files
Loading