LiuzLab / AI_MARRVEL

AI-MARRVEL (AIM) is an AI system for rare genetic disorder diagnosis
GNU General Public License v3.0
8 stars 5 forks source link

Export button - frontend #91

Open allyssonallan opened 1 week ago

allyssonallan commented 1 week ago

Describe the bug I can't download some ready to download results due to a falsed flag button.

Expected behavior Download the csv.

Genome build hg38

Screenshots or pipeline output

image

Additional context It is good to get the filename in csv file, not the hash.

Or may a workaround via curl:

curl -X GET https://ai.marrvel.org/api/job/{hash}/download \ -H "Authorization: Bearer {myhash}" \ -H "Accept: application/json"

I really thanks your work!