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

influx_si: add bogus change #247

Merged
merged 2 commits into from
Sep 13, 2023
Merged
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
3 changes: 3 additions & 0 deletions tools/influx_si/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ categories: [Metabolomics]
description: metabolic flux estimation based on [in]stationary labeling
name: influx_si
owner: workflow4metabolomics
long_description: Optimize free fluxes and optionaly metabolite concentrations of a given static metabolic network defined in an FTBL file to fit 13C data provided in the same FTBL file.
remote_repository_url: https://github.com/workflow4metabolomics/tools-metabolomics/blob/master/tools/influx_si/
homepage_url: https://github.com/sgsokol/influx
2 changes: 1 addition & 1 deletion tools/influx_si/influx_si.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ln -s '$i' '$i.element_identifier' &&
#end for
#end for

influx_$si.s_i
$opt.noopt
$opt.noscale
Expand Down