File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44GREEN=' \033[0;32m'
55RED=' \033[0;31m'
66NC=' \033[0m'
7- VERSION=" v1.1.5 "
7+ VERSION=" v1.1.6 "
88
99
1010if [ " $1 " == " --version" ] || [ " $1 " == " -v" ]; then
@@ -645,7 +645,7 @@ if [ -n "$NCBI_acc_file" ]; then
645645
646646 if grep -q " ^GCA" ${tmp_dir} /updated_sorted_input_ncbi_accs.tmp; then
647647 printf " \t\t ${GREEN} Downloading GenBank assembly summaries...${NC} \n\n"
648- curl --connect-timeout 30 --retry 10 ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS /assembly_summary_genbank.txt -o ${tmp_dir} /ncbi_assembly_info.tmp || echo " failed" > capture_any_dl_errors.tmp
648+ curl --connect-timeout 30 --retry 10 ftp://ftp.ncbi.nlm.nih.gov/genomes/genbank /assembly_summary_genbank.txt -o ${tmp_dir} /ncbi_assembly_info.tmp || echo " failed" > capture_any_dl_errors.tmp
649649 fi
650650
651651 # making sure file downloaded with no errors
@@ -659,7 +659,7 @@ if [ -n "$NCBI_acc_file" ]; then
659659
660660 if grep -q " ^GCF" ${tmp_dir} /updated_sorted_input_ncbi_accs.tmp; then
661661 printf " \n\t\t ${GREEN} Downloading RefSeq assembly summaries...${NC} \n\n"
662- curl --connect-timeout 30 --retry 10 ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS /assembly_summary_refseq.txt -o ${tmp_dir} /ncbi_RS_assembly_info.tmp || echo " failed" > capture_any_dl_errors.tmp
662+ curl --connect-timeout 30 --retry 10 ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq /assembly_summary_refseq.txt -o ${tmp_dir} /ncbi_RS_assembly_info.tmp || echo " failed" > capture_any_dl_errors.tmp
663663 cat ${tmp_dir} /ncbi_RS_assembly_info.tmp >> ${tmp_dir} /ncbi_assembly_info.tmp
664664 fi
665665
You can’t perform that action at this time.
0 commit comments