sing-group / pandrugs-frontend

An AngularJS frontend for the PanDrugs application
http://www.pandrugs.org
GNU General Public License v3.0
3 stars 1 forks source link

Batch query submission? #10

Open RhysGillman opened 4 months ago

RhysGillman commented 4 months ago

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.

lipido commented 4 months ago

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!

lipido commented 4 months ago

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).