Skip to content

Instantly share code, notes, and snippets.

@sschmeier
Last active February 9, 2021 07:40
Show Gist options
  • Save sschmeier/9e23e202a1a757efbe2cf0e3170911dd to your computer and use it in GitHub Desktop.
Save sschmeier/9e23e202a1a757efbe2cf0e3170911dd to your computer and use it in GitHub Desktop.
Example: include a local /github package into a conda environment
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- pandas
- pyfaidx
- pysam==0.15.4
- pybedtools
- pip:
- file:../../scripts/TALON-5.0
# For github
- "--editable=git+https://github.com/pythonforfacebook/facebook-sdk.git@8c0d34291aaafec00e02eaa71cc2a242790a0fcc#egg=facebook_sdk-master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment