Tags:
Denoising, fluorescence, microscopy patch
Owner:
charles.deltel@inria.fr
In input :
In output :
14/02/2018 : Version 1.2, No more default parameters are used, you need to give them now
14/02/2018 : Version 1.1, Use png as input format (cf. web app entrypoint)
09/06/2016 : Version 1.0, initial version
This app id is : 130
This curl command will create a job, and return your job url, and also the average execution time
files and/or dataset are optionnal, think to remove them if not wantedcurl -H 'Authorization: Token token=<your_private_token>' -X POST -F job[webapp_id]=130 -F job[param]="" -F job[queue]=standard -F files[0]=@test.txt -F files[1]=@test2.csv -F job[file_url]=<my_file_url> -F job[dataset]=<my_dataset_name> https://allgo.inria.fr/api/v1/jobs
Then, check your job to get the url files with :
curl -H 'Authorization: Token token=<your_private_token>' -X GET https://allgo.inria.fr/api/v1/jobs/<job_id>