Skip to content

scnic v1-dev tutorial walk through #33

Description

@madiapgar

I need some help reviewing the SCNIC tutorial I wrote for lab meeting next week! The full tutorial can be found here.

Important

The installation instructions on the tutorial WILL NOT WORK since they assume that SCNIC's bioconda build has been updated (it hasn't)

Installing the development version of SCNIC:

  1. clone the dev_MA_2026 branch of the SCNIC github repo
git clone -b dev_MA_2026 --single-branch https://github.com/lozuponelab/SCNIC.git
  1. install the SCNIC development conda environment (when SCNIC's bioconda build is updated, this won't be necessary)
## move into the SCNIC directory you just cloned
cd SCNIC/

## create environment based on included dev_env.yml file - this installs all of SCNIC's dependencies 
## M chip mac users need to specify rosetta 
CONDA_SUBDIR=osx-64 conda env create -f dev_env.yml
  1. use pip to install SCNIC v1-dev and verify installation
## make sure you're still within the SCNIC directory!
## this is what actually installs SCNIC for you
pip install -e .

## verify install
scnic --help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions