Skip to content

Commit 0335b25

Browse files
committed
Metadata layout/intro/outro should be all set now
Will use this as a model for the others
1 parent 6c88fdb commit 0335b25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/side_quests/metadata.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,15 +858,16 @@ In this section, you've learned how to:
858858
## Summary
859859

860860
In this side quest, you've explored how to effectively work with metadata in Nextflow workflows.
861-
This pattern of keeping metadata explicit and attached to the data is a core best practice in Nextflow that enables building robust, maintainable bioinformatics workflows.
862861

863-
This approach offers several advantages over hardcoding file information:
862+
This pattern of keeping metadata explicit and attached to the data is a core best practice in Nextflow, offering several advantages over hardcoding file information:
864863

865864
- File metadata stays associated with files throughout the workflow
866865
- Process behavior can be customized per file
867866
- Output organization can reflect file metadata
868867
- File information can be expanded during pipeline execution
869868

869+
Applying this pattern in your own work will enable you to build robust, maintainable bioinformatics workflows.
870+
870871
### Key learnings
871872

872873
1. **Reading and Structuring Metadata:** Reading CSV files and creating organized metadata maps that stay associated with your data files.

0 commit comments

Comments
 (0)