Welcome to the NeuroMabSeq project repository. This project is structured across multiple branches to organize different components of the project. Below you will find installation and setup instructions for the main branches: website_2.0 and pipeline.
To get started with the NeuroMabSeq project, you first need to clone the repository to your local machine.
-
Open a terminal or command prompt.
-
Clone the repository by running:
git clone https://github.com/ucdavis-bioinformatics/NeuroMabSeq.git -
Navigate into the cloned repository directory:
cd NeuroMabSeq
Now, you're ready to set up the environments for different branches as per your needs.
This branch contains the necessary files and configuration for setting up the project's website environment.
To set up your environment to run or develop the website, follow these steps:
-
Switch to the
website_2.0branch by running:git checkout website_2.0 -
Navigate to the directory containing the
environment.ymlfile. -
Create the Conda environment by running:
conda env create -f environment.yml -
Activate the new environment:
conda activate <env_name>
Replace <env_name> with the name of the environment specified in the environment.yml file. This name is usually found at the top of the environment.yml file under the name field.
The pipeline branch is designed for processing and analysis tasks within the project.
Specific installation instructions for the pipeline branch will be provided shortly. Stay tuned for updates.
We welcome contributions! If you would like to contribute, please follow the standard GitHub fork and pull request workflow.
This project is licensed under the MIT License - see the LICENSE file for details.
- List any acknowledgments and credits here.