我正在尝试使用以下基于Perl的管道从NCBI下载fasta文件:
esearch -db nuccore -query "\"\(internal transcribed spacer 1\"[All Fields] AND \(300[SLEN] : 600[SLEN]\)\) NOT \"uncultured Neocallimastigales\"[porgn] NOT \"bacteria\"[Filter]" \ | efetch -format fasta -mode text > ./Desktop/NCBI_ITS1_DB_raw.fasta
但是我一直得到不支持501协议方案'https'(未安装LWP :: Protocol :: https)
要安装此程序,建议使用sudo apt-get
或sudo yum
脚本的其他页面,但在macOSX上无法识别apt-get和yum。其他人建议使用自制程序,但是apt-get和yum当前不是自制程序包。
简单地说,哪个自制软件包或脚本可以让我下载此fasta文件?