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
It wont let me upload a yaml, but this is the config:
# pep_config.yamlpep_version: 2.1.0sample_table: samples.csvsubsample_table: subsamples.csvsample_table_index: idsubsample_table_index: file_uuidname: atlasdescription: Datasets (fastqs) to be used in the training of Atacformer.
The text was updated successfully, but these errors were encountered:
The hypothesis is that the AWS ECS config has a max file size limit (8mb). The NGINX reverse proxy is probably rejecting the request, and it isn't making it to the PEPhub API (FastAPI).
To resolve, on the frontend, we should introspect the file-size information and then notify the user that their file is too large.
I can't get PEPhub to save my PEP. I have tried two ways:
I can confirm that locally with
peppy==0.40.7
, it will consume the PEP happily and let me traverse the sample/subsample table(s).Steps to reproduce:
Files
samples.csv
subsamples.csv
It wont let me upload a
yaml
, but this is the config:The text was updated successfully, but these errors were encountered: