File Tree System
Was this helpful?
Was this helpful?
The File tab on the toolbar on the left opens the Files panel. Core Files includes the /metadata
, /pipeline
, and /data
folders. Results includes the /results
folder, and additional files are organized under Other Files.
Metadata
Store information about the Pipeline, like the pipeline name, research field, description, author, and tags.
metadata.yml
Pipeline
Store the nextflow code depicted in the Pipeline editor that is run during a Reproducible Run.
main.nf
Data
Store data attached to any Capsule in the Pipeline.
internal or external attached Data Assets, local data files
Results
Store the results from any Capsule attached to the Results Bucket.
Results from the most recent run of the Pipeline
The limitation of the Pipeline workspace is 5GB. This includes contents of the /metadata
and /pipeline
folders, and local files in the /data
folder.