You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the ansible set up the config in the playbook is copied to the user config file but the novaseq option is missing from here.
If monitor_runs.py is run via the cmd line and the novaseq key added manually to the config file then this is correctly added and CopyComplete.txt is picked up, but when running via Ansible this is not used and the run never completes uploading.
I'm not sure as to the logic of having a separate 'novaseq' option, could you not just check for either RTAComplete.txt or CopyComplete.txt in check_local_runs() of monitor_runs.py and not need to specify novaseq as an input? This seems simpler and would achieve the same result of handling novaseq runs.
Also this novaseq option is missing from the readme in the playbook options.
The text was updated successfully, but these errors were encountered:
During the ansible set up the config in the playbook is copied to the user config file but the novaseq option is missing from here.
If monitor_runs.py is run via the cmd line and the
novaseq
key added manually to the config file then this is correctly added and CopyComplete.txt is picked up, but when running via Ansible this is not used and the run never completes uploading.I'm not sure as to the logic of having a separate 'novaseq' option, could you not just check for either
RTAComplete.txt
orCopyComplete.txt
incheck_local_runs()
ofmonitor_runs.py
and not need to specify novaseq as an input? This seems simpler and would achieve the same result of handling novaseq runs.Also this novaseq option is missing from the readme in the playbook options.
The text was updated successfully, but these errors were encountered: