Skip to content

braselog/3UTRBERT_fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set up the environment for the project by running the following commands:
```bash
  conda create -n 3UTRBERT --file 3UTRBERT_hist.yaml
  conda activate 3UTRBERT
  git clone https://github.com/yangyn533/3UTRBERT
  ln -s $( readlink -f 3UTRBERT/functions/src/ ) scripts/ # this make importing certain functions possible
  cd 3UTRBERT
  sed -i 's/"pybedtools",/#"pybedtools",/g' setup.py # pybedtools is not installing properly this time around, but i don't think it's necessary for the project
  python3 -m pip install --editable .
  cd ..
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages