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
They are not actually interchangeable, they are separate entities in the Ingest database.
Multiple submissions may be grouped together under the same project.
The "Overview" tab shows information for the Project. At the bottom of a page is a link to the API page for the Project: http://api.ingest.staging.data.humancellatlas.org/projects/5c10f869a73b170007f6fe66
From that link we can see that the project has a Mongo ID of 5c10f869a73b170007f6fe66 and in the JSON you will see that the project has also has a UUID of 0a7acc4d-0a26-4630-9a53-4b3f81839741. It is this UUID that Wranglers use in their spreadsheets.
Submissions also have a UUID as well as a Mongo ID, but that is harder to find.
The confusion is around
dcpdig
, when you usedcpdig @ingest project_uuid=UUID-xxxxxxx --deployment="prod"
, thedcpdig
will output something like:It will be much clearer to use
Submission
instead ofProject
for SUBMISSION_ID the above outputs.The text was updated successfully, but these errors were encountered: