-
Notifications
You must be signed in to change notification settings - Fork 7
How to submit a datapackage
Amanda Charbonneau edited this page Dec 6, 2021
·
8 revisions
- Install the
cfde-submit
tool in a virtual environment as recommended. - Your DCC needs to be registered in the portal and have the correct permissions set up to be able to submit datapackages. The OnBoarded DCC page in the portal lists all the registered DCCs. Contact the helpdesk: [email protected] to register your DCC if not on the list.
- The
cfde-submit
requires the DCC's unique identifier for making submission. You can find your DCC's identifier in the OnBoarded DCC page. The tool will takecfde_registry_dcc:dcc_name
ordcc_name
wheredcc_name
is replaced by short form of your DCC's name. - First step for submission is authorization. Enter the following command:
cfde-submit login
- A browser will automatically open with a Globus page requesting permission for CFDE Native App. Click "Allow". When using
cfde-submit
on a remote machine not associated with a web browser, a web address is displayed. Copy and paste the web address in a web browser and login if prompted using the same credentials used for setup. Copy and paste the code from the web browser back to the shell to complete login. - Successful login will result in a
You are authenticated and your tokens have been cached.
message on the prompt. - Submit your instance:
cfde-submit run DATA-PATH [OPTIONS]
, whereDATA-PATH
is the path to the directory where your C2M2 instance is located. Find out more about the different options on the documentation page. - The
cfde-submit run
will exit after your C2M2 instance has been uploaded. To check the status of the ingest process use:cfde-submit status [OPTIONS]
. You can specify either the particular submission or the Flow ID using the options flag. - To view the submission, go to https://app.nih-cfde.org/ and click on For Submitters tab and choose List all Submissions. Your latest submission should appear on top of the list. The Ingest Status located under Status Summary will indicate the status of your submission.
- Successful submission with results in the Ingest Status being updated to
content ready for review
and the appearance of links to "Browse Data" and "Summary Charts" in the Review Content row at the bottom of the first column.
-
Tutorials
-
C2M2 Table Guide
-
Table Summary
- analysis_type.tsv
- anatomy.tsv
- assay_type.tsv
- biofluid.tsv
- biosample.tsv
- biosample_disease.tsv
- biosample_from_subject.tsv
- biosample_gene.tsv
- biosample_in_collection.tsv
- biosample_substance.tsv
- collection.tsv
- collection_anatomy.tsv
- collection_biofluid.tsv
- collection_compound.tsv
- collection_defined_by_project.tsv
- collection_disease.tsv
- collection_gene.tsv
- collection_in_collection.tsv
- collection_phenotype.tsv
- collection_protein.tsv
- collection_substance.tsv
- collection_taxonomy.tsv
- compound.tsv
- data_type.tsv
- dcc.tsv (formerly
primary_dcc_contact.tsv
- disease.tsv
- file.tsv
- file_describes_biosample.tsv
- file_describes_collection.tsv
- file_describes_subject.tsv
- file_format.tsv
- file_in_collection.tsv
- gene.tsv
- id_namespace.tsv
- ncbi_taxonomy.tsv
- phenotype.tsv
- phenotype_disease.tsv
- phenotype_gene.tsv
- project.tsv
- project_in_project.tsv
- protein.tsv
- protein_gene.tsv
- subject.tsv
- subject_disease.tsv
- subject_in_collection.tsv
- subject_phenotype.tsv
- subject_race.tsv
- subject_role_taxonomy.tsv
- subject_substance.tsv
- substance.tsv
- Reference Tables
-
Table Summary