Hello everyone, today I try dowload data via portal_client or aspera connect but I cant success.Firstly I use cmd screen and I write
portal.client.py -m example_manifest.tsv at cmd and this program dowloaded 2 data(this success) .Then I try portal.client.py -m aspera_manifest.tsv but It shows error no valid url found in the manifest for file id=xxxx.
This link portal_client:https://github.com/IGS/portal_client .
After I open aspera_manifest.tsv and I found(id md5 size urls 07c6c17c2b6f11e98849ef9e212bebbd ed8e04692fc34da01ee9c430612f6b58 3363519 fasp://aspera.hmpdacc.org/ptb/genome/microbiome/16s/hm16str/EP843963_K10_MCKD.trimmedseqset.fasta.gz)
This link is true I enter this link at chrome brower and opened aspera_connect app.Then I entered my hmpdacc account but aspera connect wasnt dowloaded . It says fasp management terminated unexpectedly.How I solve this problem ?
I have to dowload IBDMDB datas but this data all of them in fasp server I can not dowload fasp server data.Sorry for my bad english.Have a nice day , Thank you all of thing.
aspera cli client=https://www.hmpdacc.org/hmp/resources/download.php
Secondly I used aspera cli client.I write cmd below code.
ascp4 -d -l 200M myusername@aspera2.ihmpdcc.org:ibd/genome/microbiome/wgs/analysis/hmmrc/CSM5MCXH_pathabundance_relab.biom ./ibd/genome/microbiome/wgs/analysis/hmmrc/CSM5MCXH_pathabundance_relab.biom
It show
connecting to aspera2.ihmpdcc.org
ssh connection start up failed
0 answers
No answers yet.
Log in to answer this question.
the problem is still in progress.
Have you checked locally to see if there are restrictions on using
sshto remote hosts from the machine you are trying this on?I think I dont check but I create openssh and create ssh rule at windows firewall . How I check my ssh restriction? Have you got a information?.In addition thank you for your comment , I study for two weeks this problem but I dont find solution.
If you are behind an institutional firewall then those rules are going to supersede your local firewall rules. You may need to check with local network admins about this.
What program are you using on windows to do ssh?
@ATpoint has a nice tutorial for Aspera downloads: Fast download of FASTQ files and metadata from the European Nucleotide Archive (ENA) Not sure if it will be applicable for you but take a look.
I watch this video to create openssh
:
. 3 hours later I carefully examine your link and local networks admin(192.168.1.1).Thanks genomax.