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.
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 indestination-dir/HM16STR/HMDEMO/SRP002429/stool/not_affected/SRS066677.fsa
.