You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a conda app, dracarys is flexible enough to use any conda pkgs available like bcftools, bedtools, cyvcf2 etc., along with R pkgs from CRAN/Bioconductor and Python pkgs from PyPI.
We can explore enhancing its current Python interface (setup.py/setup.cfg/dracarys/ are already available) and use reticulate (https://rstudio.github.io/reticulate/) to connect with R.
The text was updated successfully, but these errors were encountered:
As a conda app, dracarys is flexible enough to use any conda pkgs available like bcftools, bedtools, cyvcf2 etc., along with R pkgs from CRAN/Bioconductor and Python pkgs from PyPI.
We can explore enhancing its current Python interface (
setup.py
/setup.cfg
/dracarys/
are already available) and use reticulate (https://rstudio.github.io/reticulate/) to connect with R.The text was updated successfully, but these errors were encountered: