how can i inter into my root directory in SRA (NCBI) and create subdirectory?
0
1
Entering edit mode
6.5 years ago
kk.mahsa ▴ 140

i want to submit my SRA in NCBI and using ascp and following command, my data uploaded in my root directory.

ascp -i /home/genome/Gb/aspera.openssh -QT -l100m -k1 -d /home/genome/Gb/mySRA.gz subasp@upload.ncbi.nlm.nih.gov:uploads/xxxxxxxx@gmail.com_xxxxxx

now, as NCBI's guide:

I uploaded all data files into my personal folder but I cannot see any files or folders when promted to select one.

Answer: Please make sure that you uploaded your files into subfolder (the subfolder should not contain nested directories!) that you created within your root directory uploads/user@email.com_xxxxx. If you uploaded your files into your root directory, create new directory within your root directory (mkdir <name>), move your files into this directory (mv * <name>) and allow 15 minutes for file discovery before selecting it when prompted

any body know, how can i inter in my root directory to make sub-directory and file displacement?

SRA NCBI • 2.7k views
ADD COMMENT
4
Entering edit mode

i found my answer and share it with you

using -d (Create target directory if it doesn't already exist) option and adding your desired name for sub-directory, your problem will be solved like this.

ascp -i /home/genome/Gb/aspera.openssh \
    -QT -l100m -k1 -d /home/genome/Gb/mySRA.gz \
    subasp@upload.ncbi.nlm.nih.gov:uploads/xxxxxxxx@gmail.com_xxxxxx/my_desired_subdirectory_name
ADD REPLY

Login before adding your answer.

Traffic: 2970 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6