Skip to content

Commit

Permalink
missed updating call
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Oct 4, 2024
1 parent 6948955 commit ff52941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,7 @@ def citations_from_selection(
patientId=None,
studyInstanceUID=None,
seriesInstanceUID=None,
crdc_series_uuid=None,
citation_format=CITATION_FORMAT_APA,
):
"""Get the list of publications that should be cited/attributed for the specific collection, patient (case) ID, study or series UID.
Expand All @@ -1453,6 +1454,7 @@ def citations_from_selection(
patientId=patientId,
studyInstanceUID=studyInstanceUID,
seriesInstanceUID=seriesInstanceUID,
crdc_series_uuid=crdc_series_uuid,
)

citations = []
Expand Down

0 comments on commit ff52941

Please sign in to comment.