circlator icon indicating copy to clipboard operation
circlator copied to clipboard

use of wget may break circlator

Open EricDeveaud opened this issue 6 years ago • 0 comments

Hello,

circlator/dnaa.py use wget to get sequences from uniprot.

wget is not available on most linux distro by default, curl seems more common.

using built in python download mechanism will be safer.

regards

Eric

EricDeveaud avatar Jul 26 '17 16:07 EricDeveaud