-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix linking GSE114727_BreastTumorMicroenvironment #1282
Comments
I've prepared a script to get the files' uuids and their input cell suspensions' uuids But |
to remove a file from a process you have to use the put action input_to_process_link = "https://api.ingest.archive.data.humancellatlas.org/files/<file_id>/inputToProcesses"
response = api.put(input_to_process_link)
response.raise_for_status() |
export failed because of race conditions - both exporter threads were working on the same file and got stuck waiting for the other thread to stop writing to file
exported with a script - see here but note that it requires GPC credentials to write to the staging area to do
|
Context
see slack message from Hannes
In brief GSE114727_BreastTumorMicroenvironment is triggering test integration failure for Azul
Reason:
the analysis files are linked to sequence files and, also due to the size of the project, Azul takes a long time to reconstruct the graph
ingest
dcp project
Task
Deadline
as soon as possible because the project will be removed from the portal otherwise
The text was updated successfully, but these errors were encountered: