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
I was wondering if it possible to submit queries for many samples at once? I am interested in running the multi-omics analysis on possibly hundreds of samples, but the web UI only allows me to submit one job at a time.
I thought I could use the API for this with the POST https://www.pandrugs.org/pandrugs-backend/api/variantsanalysis/login/ query, however I haven't been able to try this as the account registration is also not working for me so I don't have a login.
The text was updated successfully, but these errors were encountered:
Dear RhysGillman,
Thank you for your interest in Pandrugs. Yes, I see several attempts to create your account, but maybe the activation could not be sent. We will contact you using one of your mails provided.
Cheers!
You as in the backend documentation (https://www.pandrugs.org/pandrugs-backend/#-248784960) you can submit your VCF for analysis. If you submit more than one, I would recommend that you send it one by one, in order not to make our server too busy.
Your authentication credentials go via http basic "Authorization" request header ("Authorization: Basic [token]", where [token] is Login:Pass in base 64 encoding).
I was wondering if it possible to submit queries for many samples at once? I am interested in running the multi-omics analysis on possibly hundreds of samples, but the web UI only allows me to submit one job at a time.
I thought I could use the API for this with the POST https://www.pandrugs.org/pandrugs-backend/api/variantsanalysis/login/ query, however I haven't been able to try this as the account registration is also not working for me so I don't have a login.
The text was updated successfully, but these errors were encountered: