There was an error while loading. Please reload this page.
1 parent 3229d6e commit 1fb5541Copy full SHA for 1fb5541
1 file changed
nextflow/modules/jabs_classifiers.nf
@@ -103,6 +103,17 @@ process BEHAVIOR_TABLE_TO_FEATURES {
103
"""
104
}
105
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
+*/
117
process AGGREGATE_BOUT_TABLES {
118
label "jabs_table_convert"
119
label "r_jabs_table_convert"
0 commit comments