Skip to content

shankell212/cedalion-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To create an environment that includes both Cedalion and Snakemake:

  1. Go to the directory where Cedalion is cloned
  2. Edit environment_dev.yml to include:
    • bioconda (under channels)
    • snakemake=9.5.1 (under dependencies)
  3. To create your Snakemake environment with Cedalion dependencies, run:
    a. conda env create -f environment_dev.yml -n cedalion_snakemake
  4. Activate Snakemake:
    a. conda activate cedalion_snakemake
  5. Add an editable install of Cedalion to your environment:
    a. pip install -e .

You now have an environment that includes both Cedalion and Snakemake.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages