BreakerLab / dimpl

DIMPL: Discovery of Intergenic Motifs PipeLine
MIT License
3 stars 3 forks source link

Add .devcontainer configuration files #27

Open kenibrewer opened 10 months ago

kenibrewer commented 10 months ago

A devcontainer configuration file in a repository defines a development environment encapsulated within a container. This containerized environment offers several benefits, including consistent tooling and dependencies, streamlined collaboration, efficient onboarding, and enhanced automation for seamless development, testing, and deployment processes.

To accelerate collaboration on DIMPL v2, we should define a devcontainer that can be used that will include the ability to run both the python code and nextflow pipelines that will be defined.