Skip to content

Troubleshooting

Matt Bianchi edited this page Jun 7, 2018 · 3 revisions

If you cannot successfully run fusera, first check that you have access to the SRA Nameservice API by invoking:

curl -X POST "https://www.ncbi.nlm.nih.gov/Traces/sdl/1/retrieve"

The print out to the terminal should be:

{
    "status": 400,
    "message": "No accession to process"
}

If this command has issues, contact your network administrator to resolve network/proxy issues.

Clone this wiki locally