v0.21 has gpu-enabled versions of synthstrip, synthseg, drbuddi and eddy included. Previously only eddy had gpu capabilities and these had to be accessed by a special eddy config json file.
I propose adding a --prefer-gpu flag that will switch each of these to their gpu version. There will still have to be an eddy config json file for specifying all the other options, but the "use_cuda" option will be taken out of the json file and specified on the commandline.
v0.21 has gpu-enabled versions of synthstrip, synthseg, drbuddi and eddy included. Previously only eddy had gpu capabilities and these had to be accessed by a special eddy config json file.
I propose adding a
--prefer-gpuflag that will switch each of these to their gpu version. There will still have to be an eddy config json file for specifying all the other options, but the "use_cuda" option will be taken out of the json file and specified on the commandline.