Skip to content

Commit d92d88d

Browse files
committed
fix: conflicts
2 parents 53693e6 + 9fac36a commit d92d88d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

pipeline/main.nf

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,3 +911,30 @@ workflow {
911911
nwb_ecephys_out.results.collect()
912912
)
913913
}
914+
915+
params.ecephys_url = 's3://aind-ephys-data/ecephys_713593_2024-02-08_14-10-37'
916+
917+
workflow {
918+
// input data
919+
ecephys_to_preprocess_ecephys_2 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
920+
ecephys_to_job_dispatch_ecephys_4 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
921+
ecephys_to_postprocess_ecephys_5 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
922+
ecephys_to_visualize_ecephys_14 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
923+
ecephys_to_collect_results_ecephys_22 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
924+
ecephys_to_nwb_packaging_units_26 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
925+
ecephys_to_nwb_packaging_ecephys_28 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
926+
ecephys_to_quality_control_ecephys_31 = Channel.fromPath(params.ecephys_url + "/", type: 'any')
927+
928+
// run processes
929+
capsule_aind_ephys_job_dispatch_4(ecephys_to_job_dispatch_ecephys_4.collect())
930+
capsule_aind_ephys_preprocessing_1(capsule_aind_ephys_job_dispatch_4.out.to_capsule_aind_ephys_preprocessing_1_1.flatten(), ecephys_to_preprocess_ecephys_2.collect())
931+
capsule_nwb_packaging_ecephys_capsule_12(capsule_aind_ephys_job_dispatch_4.out.to_capsule_nwb_packaging_ecephys_capsule_12_27.collect(), ecephys_to_nwb_packaging_ecephys_28.collect())
932+
capsule_spikesort_kilosort_4_ecephys_7(capsule_aind_ephys_preprocessing_1.out.to_capsule_spikesort_kilosort_4_ecephys_7_15)
933+
capsule_aind_ephys_postprocessing_5(ecephys_to_postprocess_ecephys_5.collect(), capsule_spikesort_kilosort_4_ecephys_7.out.to_capsule_aind_ephys_postprocessing_5_6.collect(), capsule_aind_ephys_preprocessing_1.out.to_capsule_aind_ephys_postprocessing_5_7.collect(), capsule_aind_ephys_job_dispatch_4.out.to_capsule_aind_ephys_postprocessing_5_8.flatten())
934+
capsule_aind_ephys_curation_2(capsule_aind_ephys_postprocessing_5.out.to_capsule_aind_ephys_curation_2_3)
935+
capsule_aind_ephys_visualization_6(capsule_aind_ephys_job_dispatch_4.out.to_capsule_aind_ephys_visualization_6_9.collect(), capsule_aind_ephys_preprocessing_1.out.to_capsule_aind_ephys_visualization_6_10, capsule_aind_ephys_curation_2.out.to_capsule_aind_ephys_visualization_6_11.collect(), capsule_spikesort_kilosort_4_ecephys_7.out.to_capsule_aind_ephys_visualization_6_12.collect(), capsule_aind_ephys_postprocessing_5.out.to_capsule_aind_ephys_visualization_6_13.collect(), ecephys_to_visualize_ecephys_14.collect())
936+
capsule_aind_ephys_results_collector_9(capsule_aind_ephys_job_dispatch_4.out.to_capsule_aind_ephys_results_collector_9_16.collect(), capsule_aind_ephys_preprocessing_1.out.to_capsule_aind_ephys_results_collector_9_17.collect(), capsule_spikesort_kilosort_4_ecephys_7.out.to_capsule_aind_ephys_results_collector_9_18.collect(), capsule_aind_ephys_postprocessing_5.out.to_capsule_aind_ephys_results_collector_9_19.collect(), capsule_aind_ephys_curation_2.out.to_capsule_aind_ephys_results_collector_9_20.collect(), capsule_aind_ephys_visualization_6.out.to_capsule_aind_ephys_results_collector_9_21.collect(), ecephys_to_collect_results_ecephys_22.collect())
937+
capsule_nwb_packaging_units_11(capsule_aind_ephys_job_dispatch_4.out.to_capsule_nwb_packaging_units_11_23.collect(), capsule_nwb_packaging_ecephys_capsule_12.out.to_capsule_nwb_packaging_units_11_24.collect(), capsule_aind_ephys_results_collector_9.out.to_capsule_nwb_packaging_units_11_25.collect(), ecephys_to_nwb_packaging_units_26.collect())
938+
capsule_quality_control_ecephys_13(capsule_aind_ephys_job_dispatch_4.out.to_capsule_quality_control_ecephys_13_29.flatten(), capsule_aind_ephys_results_collector_9.out.to_capsule_quality_control_ecephys_13_30.collect(), ecephys_to_quality_control_ecephys_31.collect())
939+
capsule_quality_control_collector_ecephys_14(capsule_quality_control_ecephys_13.out.to_capsule_quality_control_collector_ecephys_14_32.collect())
940+
}

0 commit comments

Comments
 (0)