# NSURP 2024 ## HackMD + Markdown for Lab Notebook a few useful commands tips: # Main Title - bullet 1 - bullet 2 ## `code` [markdown cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - install [visual studio code](https://code.visualstudio.com/) - install mamba via [miniforge](https://github.com/conda-forge/miniforge) [Miniforge3-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) To download apple silicon conda: ``` curl -JLO https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh bash Miniforge3-$(uname)-$(uname -m).sh ``` type 'yes' to agree to the software license ## Create a conda environment: ``` mamba create --name nsurp ``` Activate the environment ``` mamba activate nsurp ``` ## DIB Lab Rotation Project https://dib-lab.github.io/dib_rotation/05_starting_with_data/ ``` conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up