Skip to content

Commit

Permalink
fixed double https://
Browse files Browse the repository at this point in the history
  • Loading branch information
tabedzki committed Mar 21, 2024
1 parent 9d02c23 commit d21c620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/automation_pipeline_developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The class that manages workflow at the recording level is (<a href="https://gith

### Main functions and variables in recording_process workflow manager

+ **recording_process_status_dict** in (<a href="https://https://github.com/BrainCOGS/U19-pipeline_python/blob/master/u19_pipeline/automatic_job/params_config.py">Params Config file</a>): This dictionary defines status definitions and corresponding functions to execute.
+ **recording_process_status_dict** in (<a href="https://github.com/BrainCOGS/U19-pipeline_python/blob/master/u19_pipeline/automatic_job/params_config.py">Params Config file</a>): This dictionary defines status definitions and corresponding functions to execute.
+ **pipeline_handler_main** in (<a href="https://github.com/BrainCOGS/U19-pipeline_python/blob/master/u19_pipeline/automatic_job/u19_pipeline/automatic_job/recording__process_handler.py">RecProcessHandler</a>): Main function in recording process workflow
1. Executes corresponding functions based in status.
2. Executed every 30 minutes to check for new recordings to be handled.
Expand Down

0 comments on commit d21c620

Please sign in to comment.