Binary file ._COBRAxy has changed
Binary file COBRAxy/._.gitignore has changed
Binary file COBRAxy/._GSOC project submission.html has changed
Binary file COBRAxy/._README.md has changed
Binary file COBRAxy/._dist has changed
Binary file COBRAxy/._docs has changed
Binary file COBRAxy/._src has changed
Binary file COBRAxy/._test has changed
Binary file COBRAxy/dist/._.DS_Store has changed
Binary file COBRAxy/dist/._cobraxy has changed
Binary file COBRAxy/dist/cobraxy/._meta.yaml has changed
Binary file COBRAxy/docs/._.nojekyll has changed
Binary file COBRAxy/docs/._README.md has changed
Binary file COBRAxy/docs/.__media has changed
Binary file COBRAxy/docs/.__sidebar.md has changed
Binary file COBRAxy/docs/._getting-started.md has changed
Binary file COBRAxy/docs/._index.html has changed
Binary file COBRAxy/docs/._installation.md has changed
Binary file COBRAxy/docs/._quickstart.md has changed
Binary file COBRAxy/docs/._reference has changed
Binary file COBRAxy/docs/._tools has changed
Binary file COBRAxy/docs/._troubleshooting.md has changed
Binary file COBRAxy/docs/._tutorials has changed
Binary file COBRAxy/docs/_media/._logo-dark.png has changed
Binary file COBRAxy/docs/_media/._logo-light.png has changed
Binary file COBRAxy/docs/_media/._logo.png has changed
Binary file COBRAxy/docs/_media/._logoBLACK_GALAXY.png has changed
Binary file COBRAxy/docs/_media/._logoBLACK_PURPLE.png has changed
Binary file COBRAxy/docs/_media/._logoBORDERS.png has changed
Binary file COBRAxy/docs/_media/._logoWHITE_GALAXY.png has changed
Binary file COBRAxy/docs/_media/._logoWHITE_PURPLE.png has changed
Binary file COBRAxy/docs/reference/._built-in-models.md has changed
Binary file COBRAxy/docs/tools/._README.md has changed
Binary file COBRAxy/docs/tools/._export-metabolic-model.md has changed
Binary file COBRAxy/docs/tools/._flux-simulation.md has changed
Binary file COBRAxy/docs/tools/._flux-to-map.md has changed
Binary file COBRAxy/docs/tools/._import-metabolic-model.md has changed
Binary file COBRAxy/docs/tools/._marea-cluster.md has changed
Binary file COBRAxy/docs/tools/._marea.md has changed
Binary file COBRAxy/docs/tools/._ras-generator.md has changed
Binary file COBRAxy/docs/tools/._ras-to-bounds.md has changed
Binary file COBRAxy/docs/tools/._rps-generator.md has changed
Binary file COBRAxy/docs/tutorials/._README.md has changed
Binary file COBRAxy/docs/tutorials/._galaxy-setup.md has changed
Binary file COBRAxy/src/._exportMetabolicModel.py has changed
Binary file COBRAxy/src/._exportMetabolicModel.xml has changed
Binary file COBRAxy/src/._flux_simulation.py has changed
Binary file COBRAxy/src/._flux_simulation.xml has changed
Binary file COBRAxy/src/._flux_to_map.py has changed
Binary file COBRAxy/src/._flux_to_map.xml has changed
Binary file COBRAxy/src/._importMetabolicModel.py has changed
Binary file COBRAxy/src/._importMetabolicModel.xml has changed
Binary file COBRAxy/src/._local has changed
Binary file COBRAxy/src/._marea.py has changed
Binary file COBRAxy/src/._marea.xml has changed
Binary file COBRAxy/src/._marea_cluster.py has changed
Binary file COBRAxy/src/._marea_cluster.xml has changed
Binary file COBRAxy/src/._marea_macros.xml has changed
Binary file COBRAxy/src/._ras_generator.py has changed
Binary file COBRAxy/src/._ras_generator.xml has changed
Binary file COBRAxy/src/._ras_to_bounds.py has changed
Binary file COBRAxy/src/._ras_to_bounds.xml has changed
Binary file COBRAxy/src/._rps_generator.py has changed
Binary file COBRAxy/src/._rps_generator.xml has changed
Binary file COBRAxy/src/._setup.py has changed
Binary file COBRAxy/src/._shed.yml has changed
Binary file COBRAxy/src/._utils has changed
--- a/COBRAxy/src/flux_simulation.py Thu Dec 11 11:17:33 2025 +0000
+++ b/COBRAxy/src/flux_simulation.py Thu Dec 11 13:30:36 2025 +0000
@@ -120,7 +120,7 @@
parser.add_argument('-idop', '--output_path',
type=str,
- default='flux_simulation/',
+ default='flux_simulation',
help = 'output path for fluxes')
parser.add_argument('-otm', '--out_mean',
@@ -537,8 +537,8 @@
global ARGS
ARGS = process_args(args)
- if not os.path.exists('flux_simulation'):
- os.makedirs('flux_simulation')
+ if not os.path.exists(ARGS.output_path):
+ os.makedirs(ARGS.output_path)
# --- Read input files and names from the provided file paths ---
with open(ARGS.input_file, 'r') as f:
--- a/COBRAxy/src/importMetabolicModel.xml Thu Dec 11 11:17:33 2025 +0000
+++ b/COBRAxy/src/importMetabolicModel.xml Thu Dec 11 13:30:36 2025 +0000
@@ -96,7 +96,7 @@
</inputs>
<outputs>
- <data name="log" format="txt" label="MetabolicModelSetting - Log" />
+ <data name="log" format="txt" label="Import Metabolic Model - Log" />
<data name="out_tabular_engro2" format="tabular" label="ENGRO2_model_tabular">
<filter>cond_model['model_selector'] == 'ENGRO2'</filter>
@@ -155,3 +155,4 @@
+
Binary file COBRAxy/src/local/._ENGRO2_rules.csv has changed
Binary file COBRAxy/src/local/.___init__.py has changed
Binary file COBRAxy/src/local/._mappings has changed
Binary file COBRAxy/src/local/._medium has changed
Binary file COBRAxy/src/local/._models has changed
Binary file COBRAxy/src/local/._pickle files has changed
Binary file COBRAxy/src/local/._readme.txt has changed
Binary file COBRAxy/src/local/._svg metabolic maps has changed
Binary file COBRAxy/src/local/mappings/._genes_human.csv has changed
Binary file COBRAxy/src/local/medium/._medium.csv has changed
Binary file COBRAxy/src/local/models/._ENGRO2.xml has changed
Binary file COBRAxy/src/local/models/._Recon.xml has changed
Binary file COBRAxy/src/local/pickle files/._ENGRO2_genes.p has changed
Binary file COBRAxy/src/local/pickle files/._ENGRO2_genes.pickle has changed
Binary file COBRAxy/src/local/pickle files/._ENGRO2_rules.p has changed
Binary file COBRAxy/src/local/pickle files/._HMRcore_genes.p has changed
Binary file COBRAxy/src/local/pickle files/._HMRcore_genes.pickle has changed
Binary file COBRAxy/src/local/pickle files/._HMRcore_rules.p has changed
Binary file COBRAxy/src/local/pickle files/._RECON_genes.pickle has changed
Binary file COBRAxy/src/local/pickle files/._Recon_genes.p has changed
Binary file COBRAxy/src/local/pickle files/._Recon_rules.p has changed
Binary file COBRAxy/src/local/pickle files/._black_list.pickle has changed
Binary file COBRAxy/src/local/pickle files/._reactions.pickle has changed
Binary file COBRAxy/src/local/pickle files/._substrate_frequencies.pickle has changed
Binary file COBRAxy/src/local/pickle files/._synonyms.pickle has changed
Binary file COBRAxy/src/local/pickle files/._synonyms_dict_recon_keys_filtered.pkl has changed
Binary file COBRAxy/src/local/svg metabolic maps/._ENGRO2_map.svg has changed
Binary file COBRAxy/src/local/svg metabolic maps/._ENGRO2_no_legend_map.svg has changed
Binary file COBRAxy/src/local/svg metabolic maps/._HMRcore_map.svg has changed
Binary file COBRAxy/src/local/svg metabolic maps/._HMRcore_no_legend_map.svg has changed
Binary file COBRAxy/src/utils/._CBS_backend.py has changed
Binary file COBRAxy/src/utils/.___init__.py has changed
Binary file COBRAxy/src/utils/._general_utils.py has changed
Binary file COBRAxy/src/utils/._model_utils.py has changed
Binary file COBRAxy/src/utils/._reaction_parsing.py has changed
Binary file COBRAxy/src/utils/._rule_parsing.py has changed
Binary file COBRAxy/test/._testing.py has changed