Skip to content

Commit

Permalink
adjust bulk upload labels
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed Aug 27, 2024
1 parent 1c62f2d commit 8da9f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/invocation_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@


rtrans_publication_kwargs = {
"data_tags": ["bulk_upload", "rtransparent-publication"],
"user_comment": "Bulk upload of rtransparent publication data",
"data_tags": ["PMC-OA 2020"],
"user_comment": "Bulk upload of rtransparent publication data that processed all open access XMLs from pubmed central in 2020",
"components": [Component(name="rtransparent-publication", version="x.x.x")],
}
irp_kwargs = {
"data_tags": ["bulk_upload", "NIH-IRP"],
"data_tags": ["NIH-IRP"],
"user_comment": "Bulk upload of NIH-IRP data",
"components": [Component(name="Sciencebeam parser/RTransparent", version="x.x.x")],
}
Expand Down

0 comments on commit 8da9f4c

Please sign in to comment.