Skip to content

Commit

Permalink
Merge pull request #67 from samseaver/SBML_Units
Browse files Browse the repository at this point in the history
Updating scale of units in SBML export
  • Loading branch information
JamesJeffryes committed Jul 24, 2018
2 parents ac59f4b + 57cea95 commit e5dc9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/KBase/ObjectAPI/KBaseFBA/FBAModel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ sub printSBML {
push(@{$output},"\t\t<listOfUnits>");
push(@{$output},"\t\t\t<unit kind=\"mole\" scale=\"-3\"/>");
push(@{$output},"\t\t\t<unit kind=\"gram\" exponent=\"-1\"/>");
push(@{$output},"\t\t\t<unit kind=\"second\" multiplier=\".00027777\" exponent=\"-1\"/>");
push(@{$output},"\t\t\t<unit kind=\"second\" multiplier=\"3600\" scale=\"0\" exponent=\"-1\"/>");
push(@{$output},"\t\t</listOfUnits>");
push(@{$output},"\t</unitDefinition>");
push(@{$output},"</listOfUnitDefinitions>");
Expand Down

0 comments on commit e5dc9f4

Please sign in to comment.