Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .cursor/environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "EBV lytic expression",
"install": "pip3 install --break-system-packages -r ebv_lytic_expression/requirements.txt",
"terminals": [
{
"name": "web",
"command": "python3 -m http.server 8000 --bind 0.0.0.0 --directory ebv_lytic_expression/web"
}
],
"ports": [
{
"name": "web",
"port": 8000
}
]
}
4 changes: 4 additions & 0 deletions ebv_lytic_expression/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Python dependencies for the Yuan 2006 EBV lytic RNA timecourse figure generator.
matplotlib>=3.11,<4
numpy>=2.4,<3
pandas>=3.0,<4