Hello! I am trying to download Greengenes 16S rRNA 13_8 from the qiime2 resource page however chrome now no longer supports FTP. Is there any alternative methods to download? I did tried something like WinSCP but still it won't connect to the FTP. Thank you in advance!
Hello @hewsy,
Two methods work well for me.
- In Google Chrome, just click on the link in the qiime2 Data resources page and let the computer figure it out. After I click on the link, the file downloads to my 'Downloads' folder.
- Use
wget
. Because I use Qiime2 from the Linux terminal (or the Linux WSL terminal in Windows 10), I can right click on the file, 'copy link location', then usewget
to download files.
Try this:
wget ftp://greengenes.microbio.me/greengenes_release/gg_13_5/gg_13_8_otus.tar.gz
1 Like
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.