We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the documentation here, as well as on pages http://giant-api.princeton.edu/static/index.html and https://github.com/FunctionLab/giant-api/wiki/Examples, I've tried submitting a NetWAS job with the API, using:
curl http://giant-api.princeton.edu/netwas/jobs -F title="NetWAS cURL demo" -F email=my_email_address -F gwas_file="@bmi-2012.vegas.txt" -F tissue="adipose_tissue" -F p_value=0.01 -F gwas_format="vegas"
The job is then queued, and I get a job id back.
When trying to start the job using: curl -X POST http://giant-api.princeton.edu/netwas/jobs/${JOB_ID}/start
I get the following message: “{"job.status":"Job status must be 'not_started'. Current job status: queued."}”
The job also remains on status 'queued'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the documentation here, as well as on pages http://giant-api.princeton.edu/static/index.html and https://github.com/FunctionLab/giant-api/wiki/Examples, I've tried submitting a NetWAS job with the API, using:
curl http://giant-api.princeton.edu/netwas/jobs
-F title="NetWAS cURL demo"
-F email=my_email_address
-F gwas_file="@bmi-2012.vegas.txt"
-F tissue="adipose_tissue"
-F p_value=0.01
-F gwas_format="vegas"
The job is then queued, and I get a job id back.
When trying to start the job using:
curl -X POST http://giant-api.princeton.edu/netwas/jobs/${JOB_ID}/start
I get the following message: “{"job.status":"Job status must be 'not_started'. Current job status: queued."}”
The job also remains on status 'queued'.
The text was updated successfully, but these errors were encountered: