Open cbaakman opened 10 years ago
The way it works now, MRS only assumes a mirror to be rsync when the url startswith rsync. However the rsync mirror from ncbi starts in ftp:
rsync -av --include="/" --include=".ptt" --exclude="*" ftp.ncbi.nih.gov::genomes/Bacteria/ /data/raw/ptt/Bacteria/
We would like to add the option to force MRS to use rsync on certain urls.
The way it works now, MRS only assumes a mirror to be rsync when the url startswith rsync. However the rsync mirror from ncbi starts in ftp:
rsync -av --include="/" --include=".ptt" --exclude="*" ftp.ncbi.nih.gov::genomes/Bacteria/ /data/raw/ptt/Bacteria/
We would like to add the option to force MRS to use rsync on certain urls.