nf-core / proteomicslfq

Proteomics label-free quantification (LFQ) analysis pipeline
https://nf-co.re/proteomicslfq
MIT License
33 stars 19 forks source link

Allow "per-sample" processing #78

Open jpfeuffer opened 4 years ago

jpfeuffer commented 4 years ago

Useful for huge studies where the samples are actually unrelated. Unrelatedness could be one or more of the following:

I was thinking about adding a param like "splitting-column" to define a column in the sdrf or experimental design where we split by value in the very beginning and then process them in a loop through the whole workflow.

This needs quite some restructuring though since we probably need to pass through the "value" to which each file belongs and in the proteomicslfq step collect the ones that belong to the same "value"

jpfeuffer commented 4 years ago

@timosachsenberg thoughts?

jpfeuffer commented 4 years ago

See also #27