You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading from a large manifest, all files are dumped in the same directory with no control beyond --destination. When multiple studies and body-sites are included, if would help if the client could save each file in subdirectories that recapitulate part of the URL.
Closest thing I can think of is how wget -r -x -nH --cut-dirs operates, so that the client would end up putting, for example, http://downloads.hmpdacc.org/data/HM16STR/HMDEMO/SRP002429/stool/not_affected/SRS066677.fsa
locally in destination-dir/HM16STR/HMDEMO/SRP002429/stool/not_affected/SRS066677.fsa.
The text was updated successfully, but these errors were encountered:
When downloading from a large manifest, all files are dumped in the same directory with no control beyond
--destination
. When multiple studies and body-sites are included, if would help if the client could save each file in subdirectories that recapitulate part of the URL.Closest thing I can think of is how
wget -r -x -nH --cut-dirs
operates, so that the client would end up putting, for example,http://downloads.hmpdacc.org/data/HM16STR/HMDEMO/SRP002429/stool/not_affected/SRS066677.fsa
locally in
destination-dir/HM16STR/HMDEMO/SRP002429/stool/not_affected/SRS066677.fsa
.The text was updated successfully, but these errors were encountered: