This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Aspera: Failed to authenticate

I tried to download some fasta files from ENA today with following code:

cat fq.txt |while read id;
do ascp -QT -l 300m -P33001 -k 1 -v -i /home/tomas/.aspera/connect/etc/asperaweb_id_dsa.openssh era-fasp@${id} . ;
done

One example line in my fq.txt:

fasp.sra.ebi.ac.uk:/vol1/fastq/ERR249/001/ERR2497991/ERR2497991_1.fastq.gz

But it comes with ascp: failed to authenticate.

I'm sure the openssh exists in the path.

My code works well one or two weeks ago. I don't know why this happens. Does anyone know what's the problem?

Thanks.

ena aspera

Same here, probably a server thing at their side. Just wait a few hours and try again, usually errors like this vanish after some time.

I also have the same problem. Did you figure it out?

There is nothing to figure out. Sometimes a server is down, and there is nothing else to do but wait for it to be up again.

omg I have met just the same problem!! maybe the server is crashed lol

1 answer

I've sent email to ENA support several days ago. For now there is no response. The failure seems to be a server crash on ENA side.

Alternative solution is to download via ftp or SRA.

Log in to answer this question.