Mercurial > repos > bimib > cobraxy
diff COBRAxy/src/ras_generator.py @ 543:5d5583dc6082 draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Sun, 26 Oct 2025 19:38:05 +0000 |
| parents | fcdbc81feb45 |
| children | 540ab7dd1322 |
line wrap: on
line diff
--- a/COBRAxy/src/ras_generator.py Sun Oct 26 19:27:41 2025 +0000 +++ b/COBRAxy/src/ras_generator.py Sun Oct 26 19:38:05 2025 +0000 @@ -4,6 +4,7 @@ The script reads a tabular dataset (genes x samples) and a rules file (GPRs), computes RAS per reaction for each sample/cell line, and writes a tabular output. """ +import os from __future__ import division import sys import argparse
