# HG changeset patch # User francesco_lapi # Date 1761507811 0 # Node ID 540ab7dd132225334e25d2ac6901c5af8fd345ea # Parent 5d5583dc6082ad8664d1e1a5605152169c9746d2 Uploaded diff -r 5d5583dc6082 -r 540ab7dd1322 COBRAxy/src/ras_generator.py --- a/COBRAxy/src/ras_generator.py Sun Oct 26 19:38:05 2025 +0000 +++ b/COBRAxy/src/ras_generator.py Sun Oct 26 19:43:31 2025 +0000 @@ -4,8 +4,8 @@ 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. """ +from __future__ import division import os -from __future__ import division import sys import argparse import pandas as pd