Skip to content

Feature/refactor_DIMS_MakeInit#94

Open
mraves2 wants to merge 9 commits intodevelopfrom
feature/refactor_DIMS_MakeInit
Open

Feature/refactor_DIMS_MakeInit#94
mraves2 wants to merge 9 commits intodevelopfrom
feature/refactor_DIMS_MakeInit

Conversation

@mraves2
Copy link
Copy Markdown
Contributor

@mraves2 mraves2 commented Feb 13, 2026

MakeInit hernoemd naar ParseSamplesheet
Code opgeschoond, replication pattern wordt nu gemaakt adhv de informatie in de samplesheet. Variabele nr_replicates is niet meer nodig. Unit test toegevoegd.

Comment on lines +11 to +12
path('init.RData')
path('replication_pattern.txt')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outputs are missing emit statements

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Emit statement is only required for the first output (correct me if I'm wrong); the second is not used elsewhere in the pipeline.
Emit statement added.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the second output is not used, then why is it mentioned as an output file at all?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is my intention to replace init.RData by replication_pattern.txt in other steps of the pipeline (EvaluateTics and GenerateQCOutput).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand. In that case it would still be good to add an emit statement to both outputs, for consistency sake: https://nf-co.re/docs/guidelines/components/modules#output-channel-emissions

Copy link
Copy Markdown

@Jorisvansteenbrugge Jorisvansteenbrugge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
My final request is to add an emit statement to the second output (path('replication_pattern.txt) in DIMS/ParseSamplesheet.nf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants