Skip to content

Commit 1fb5541

Browse files
committed
Add docstring to new AGGREGATE_BOUT_TABLES process
1 parent 3229d6e commit 1fb5541

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

nextflow/modules/jabs_classifiers.nf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ process BEHAVIOR_TABLE_TO_FEATURES {
103103
"""
104104
}
105105

106+
/**
107+
* Aggregate bout tables by behavior across all videos.
108+
*
109+
* This process uses jabs-postprocess to merge tables by behavior,
110+
* creating separate merged files for each behavior detected.
111+
*
112+
* @param bout_tables List of paths to bout tables to be merged.
113+
*
114+
* @return merged_bout_tables List of paths to merged bout tables, one per behavior.
115+
* @return merge_log Path to the log file detailing the merge process.
116+
*/
106117
process AGGREGATE_BOUT_TABLES {
107118
label "jabs_table_convert"
108119
label "r_jabs_table_convert"

0 commit comments

Comments
 (0)