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
When running the assess.py script to look at the general status of the pipeline for a group using the following command...
The command did not work unless the operation ('progress') was used directly after calling the script, like so: python assess.py progress <group>
Otherwise the following error message is returned: Unknown operation, not one of ['progress', 'blacklist', 'upgrade', 'summarise', 'display', 'cleanup', 'match', 'status_log']
This syntax change would also apply to the following example command for assessing the progress of a specific phase: python assess.py <group> progress -p scan -r <label_for_scan_subgroup> -W
-> python assess.py progress <group> -p scan -r <label_for_scan_subgroup> -W
The text was updated successfully, but these errors were encountered:
Good spot, another example of where the syntax changed but the docs have not kept up! Will keep this issue here so I'm aware the changes need to be made to the main branch.
When running the
assess.py
script to look at the general status of the pipeline for a group using the following command...The command did not work unless the operation ('progress') was used directly after calling the script, like so:
python assess.py progress <group>
Otherwise the following error message is returned:
Unknown operation, not one of ['progress', 'blacklist', 'upgrade', 'summarise', 'display', 'cleanup', 'match', 'status_log']
This syntax change would also apply to the following example command for assessing the progress of a specific phase:
python assess.py <group> progress -p scan -r <label_for_scan_subgroup> -W
->
python assess.py progress <group> -p scan -r <label_for_scan_subgroup> -W
The text was updated successfully, but these errors were encountered: