Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing DataSet labels #7

Open
luciansmith opened this issue Apr 27, 2021 · 4 comments
Open

Missing DataSet labels #7

luciansmith opened this issue Apr 27, 2021 · 4 comments

Comments

@luciansmith
Copy link

The attached Copasi file generate the attached SED-ML file. In the SED-ML, we have:

    <dataSet id="ds_1_task3" label="k_off_R_G" dataReference="k_off_R_G_1_task3"/>
    <dataSet id="ds_2_task3" label="Rtot" dataReference="Rtot_1_task3"/>
    <dataSet id="ds_3_task3" label="L" dataReference="L_1_task3"/>
    <dataSet id="ds_4_task3" dataReference="_1_task3"/>
    <dataSet id="ds_5_task3" label="tot_LR" dataReference="tot_LR_1_task3"/>

where 'ds_4_task3' doesn't have a label.

Is this an issue with the Copasi file itself, or is it an issue with the generation of the SED-ML from Copasi?

Bush2016-Simplified-Carrousel-model-of-GPCR.sedml.txt
Bush2016-Simplified-Carrousel-model-of-GPCR.cps.txt

@luciansmith
Copy link
Author

Oh--more fundamentally, the problem is that _1_task3 has no target.

@fbergmann
Copy link
Owner

this is again a case, where a particle number was requested in the output, and exporting of particle numbers (and rates) is not supported. It could be added for l1v4 or as annotation i suppose.

@fbergmann
Copy link
Owner

i think for now i leave the items out altogether, issuing a warning. rather than having elements without labels.

@luciansmith
Copy link
Author

That sounds good, though it would definitely be nice to see particle numbers in the future, eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants