High-resolution profiling reveals coupled transcriptional and translational regulation of transgenes
| Item | DOI |
|---|---|
| Article | |
| Dataset |
We use rushd to organize our data analysis. rushd requires you to specify a data directory. After you decide where to put the data locally, create a file called datadir.txt in the GitHub repo that contains the code. The datadir.txt file will contain only the absolute path to the folder in which you placed the data.
For example, if you placed the GitHub repo in /Users/username/Documents/GitHub/article-high-resolution-profiling/ and you place the data in /Users/username/Documents/GitHub/article-high-resolution-profiling/data/, then you would place the datadir.txt file in /Users/username/Documents/GitHub/article-high-resolution-profiling/ and it should contain one line:
/Users/username/Documents/GitHub/article-high-resolution-profiling/data/
- Download local copy of data
- Update datadir.txt to point to data folder
- Use virtual environment with Python 3.12.4
- Install packages
pip install -r requirements.txt