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

Add a script to generate the index files required for pipelines #146

Closed tiagofilipe12 closed 6 years ago

tiagofilipe12 commented 6 years ago

Currently these index files are being generated through different instances of the pipelines, both using PlasmidUNCover and mash_wrapper.

This would ideally be made with nextflow and should handle:

Then, this should be provided in an URL so that docker files present in pATLASflow can be compiled and used either by pATLASflow and by assemblerflow.

Then, all the other scripts used to generate pATLAS matrix and database should also be integrated with nextflow and with this initial nextflow to generate index files required to run pATLASflow and assemblerflow processes related with pATLAS.

tiagofilipe12 commented 6 years ago

This issue is now being addressed by this repo.