Query inputs and jobs for common potential problems that might have resulted in job failure.

getJobCommonProblems(job_id, server, api_key, brut = FALSE)

Arguments

job_id

Job id

server

Siwaa server url

api_key

Available Siwaa API KEY

brut

Boolean to force brut format instead of filtered/adapted one

Value

job_common_problems Job common potential problems.

Details

Not filtered (only some fields could be kept)

Done : GET /api/jobs/'job_id'/common_problems

Note : Method only on Galaxy 19.05 or later.