-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ffbadb
commit 47a81f9
Showing
330 changed files
with
17,702 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
include renview/data/example_ammonia/reaction_rates.out | ||
include renview/data/example_ammonia/species_comp.out | ||
include renview/data/example_ammonia/pathways_ammonia.txt | ||
include renview/data/example_ammonia/Images/renview.png | ||
include renview/data/example_gu_long_contact_time/reaction_rates.out | ||
include renview/data/example_gu_long_contact_time/species_comp.out | ||
include renview/data/example_gu_short_contact_time/reaction_rates.out | ||
include renview/data/example_gu_short_contact_time/species_comp.out | ||
include renview/data/example_sutton/reaction_rates.out | ||
include renview/data/example_sutton/species_comp.out | ||
include renview/img/ReactionInput.png | ||
include renview/img/renview.png | ||
include renview/img/SpeciesInput.png | ||
include renview/Installation_Steps.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Metadata-Version: 1.1 | ||
Name: ReNView | ||
Version: 1.1 | ||
Name: renview | ||
Version: 1.5.6 | ||
Summary: Visualizer for complex reaction systems | ||
Home-page: https://github.com/VlachosGroup/ReNView | ||
Author: Udit Gupta | ||
Author-email: [email protected] | ||
License: GNU Lesser GPL v3 | ||
Download-URL: https://github.com/VlachosGroup/ReNView/archive/1.1.tar.gz | ||
Download-URL: https://github.com/VlachosGroup/ReNView/archive/1.2.tar.gz | ||
Description: UNKNOWN | ||
Keywords: Reaction flux analysis,reaction path analysis,visualization,reaction network,graph representation,data compression | ||
Platform: UNKNOWN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,26 @@ | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py | ||
ReNView/__init__.py | ||
ReNView/run.py | ||
ReNView.egg-info/PKG-INFO | ||
ReNView.egg-info/SOURCES.txt | ||
ReNView.egg-info/dependency_links.txt | ||
ReNView.egg-info/requires.txt | ||
ReNView.egg-info/top_level.txt | ||
renview/Installation_Steps.pdf | ||
renview/__init__.py | ||
renview/run.py | ||
renview.egg-info/PKG-INFO | ||
renview.egg-info/SOURCES.txt | ||
renview.egg-info/dependency_links.txt | ||
renview.egg-info/requires.txt | ||
renview.egg-info/top_level.txt | ||
renview/GraphGenerator/__init__.py | ||
renview/Pathways/__init__.py | ||
renview/data/example_ammonia/pathways_ammonia.txt | ||
renview/data/example_ammonia/reaction_rates.out | ||
renview/data/example_ammonia/species_comp.out | ||
renview/data/example_ammonia/Images/renview.png | ||
renview/data/example_gu_long_contact_time/reaction_rates.out | ||
renview/data/example_gu_long_contact_time/species_comp.out | ||
renview/data/example_gu_short_contact_time/reaction_rates.out | ||
renview/data/example_gu_short_contact_time/species_comp.out | ||
renview/data/example_sutton/reaction_rates.out | ||
renview/data/example_sutton/species_comp.out | ||
renview/img/ReactionInput.png | ||
renview/img/SpeciesInput.png | ||
renview/img/renview.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
ReNView | ||
renview | ||
renview/GraphGenerator | ||
renview/Pathways |
Oops, something went wrong.