You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a github action [updated-publications.yaml](.github/workflows/updated-publications.yaml) that runs this script on a schedule. It will automatically run the above command on a monthly basis. The script is ran via the Synapse service user: `synapse-service-dpe-team`.
36
+
37
+
Important notes about the github action:
38
+
* It will stop after 60 days if there are no pushes to this repository. (This is a Github limitation.)
39
+
* The action will fail with "Error: All pmids already in the portal" if there are no pmids to add to the portal.
40
+
34
41
## Updates
42
+
35
43
**2023-10-10**
36
44
- If the grant serial number overlaps with annother for example `UH2AG064706` and `UH3AG064706` then a different call to get the search results must be made and the previously developed functions do not work
37
45
- Found the NIH library for R is much faster than python
0 commit comments