While downloading fastq.gz files using aspera command in ubuntu, it's showing an error message.
Session Stop (Error: Server aborted session: No such file or directory)
I checked using other aspera commands for fastq.gz files which I have downloaded 2 weeks ago, same message is shown. I was using the following command for single fastq.gz file-
ascp \
-QT \
-l 300m \
-P33001 \
-i $HOME/.aspera/connect/etc/asperaweb_id_dsa.openssh \
era-fasp@fasp.sra.ebi.ac.uk:vol1/fastq/SRR413/SRR413557/SRR413557_1.fastq.gz . && \
mv SRR413557_1.fastq.gz SRR413557_A_Metagenome-Wide_Association_Study_of_gut_microbiota_identifies_markers_associated_with_Type_2_Diabetes_1.fastq.gz
Can anybody say how to solve this? is there any other way to download the files which will take less time since downloading using direct links, sra toolkits, takes much longer times? Is there any other alternative?
People here cannot see your screen, nor read minds. Please understand that a reproducible question needs code and exact error messages. Paste it here, highlight with markdown (the
10101
) button.