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 modules fail, it's important to make a handler that can report to the output file, so we can see in the results, that a given module didn't succeed.
example / spaced out thoughts: mlst ... || echo "MLST\nFailed"{output.file}
When modules fail, it's important to make a handler that can report to the output file, so we can see in the results, that a given module didn't succeed.
example / spaced out thoughts:
mlst ... || echo "MLST\nFailed"{output.file}