tiagofilipe12 / pATLAS

Plasmid Atlas - A web interface to browse for plasmids and their associated genes. Visit us at:
http://www.patlas.site
GNU General Public License v3.0
21 stars 10 forks source link

remove dependencies folder #113

Closed tiagofilipe12 closed 6 years ago

tiagofilipe12 commented 6 years ago

Given that all external modules were now migrated to yarn + webpack package management, we can remove dependencies folder. Now installs of packages in local machines are handled by package.json available in pATLAS/patlas/db_manager/db_app/static/, by running yarn install. This should also be documented on the api management documentation (at least in pATLAS README).