We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl -X POST "https://wwwdev.ebi.ac.uk/ena/submit/webin/auth/token" -H "accept: */*" -H "Content-Type: application/json" -d '{ "authRealms":["ENA"], "password":'\"$WEBIN_PASS\"', "username":'\"$WEBIN_USER\"' }' > aap.jwt TOKEN=$(cat aap.jwt)
curl 'https://wwwdev.ebi.ac.uk/biosamples/samples?authProvider=WEBIN' -i -X POST -H "Content-Type: application/json;charset=UTF-8" -H "Accept: application/hal+json" -H "Authorization: Bearer $TOKEN" -d '{ "name" : "FakeSample1", "release" : "2020-03-10T13:56:40.720559Z", "webinSubmissionAccountId" : '\"$WEBIN_USER\"', "characteristics" : { "description" : [ { "text" : "fake sample" } ], "organism" : [ { "text" : "Homo sapiens", "ontologyTerms" : [ "http://purl.obolibrary.org/obo/NCBITaxon_9606" ] } ] } }'