Open mpozuelo-flomics opened 4 years ago
Hi, Man,
I also experienced the same issues last night.
My solution is to modify the program "rsync_from_ncbi.pl".
Insert the following code to the line 32.
next unless($ftp_path=~m#^ftp://ftp\.ncbi\.nlm\.nih\.gov#);
Hey! Hope you are staying safe for those difficult moments.
Do you have any news for this message in a previous issue that was closed??? I'm getting the same error but using the --use-ftp. Although I have cloned the current repository, it tells me that the option --use-wget is not available. Moreover, I have seen, regarding a previous answer for this message that if I print the information in column 20 (ftp_path) of the assembly_summary.txt, it prints for some rows the ftp path but for others shows me words from other columns ("species", "exemplar", "ICTV") or even they are empty.
Do you have any news for this. By the way, I am trying to download the viral database.
####### Previous issue
I am trying to build the standard database using kraken (I can't use kraken2 because of my downstream needs). I used this code:
kraken-build --standard --threads 16 --use-wget --db standard.3
and got this error:
rsync_from_ncbi.pl: unexpected FTP path (new server?) for na
This code resulted in a directory with this structure:
Am I doing something wrong with the
--use-wget
switch? ThanksOriginally posted by @jt7670367 in https://github.com/DerrickWood/kraken/issues/114#issuecomment-595254256