<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/fluxpyt/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 16 Oct 2017 11:36:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fluxpyt/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Desai Trunil Shamrao</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-FluxPyt package is developed to perform stationary metabolic flux analysis 
+FluxPyt package is developed to perform stationary 13C-metabolic flux analysis 
 calculations for estimation of intracellular flux distribution.
 FluxPyt is written in python3.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Desai Trunil Shamrao</dc:creator><pubDate>Mon, 16 Oct 2017 11:36:09 -0000</pubDate><guid>https://sourceforge.netf8a91d0fd1b54f31c2ccb0a74e02fe605eeec6f9</guid></item><item><title>Home modified by Desai Trunil Shamrao</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -22,23 +22,65 @@

-Installation:
+Installation ( for Windows):
 ============
+These directions are written for Windows users who are not familiar with Python programming.
+
 Download and install Anaconda distribution (version 3.4.4.0 was used in this tutorial).
-It has most of the packages essential for running FluxPyt.
-For installing packages that are not present in the Anaconda distribution, install them separately. Following are the instructions:
+
 Open an Anaconda command prompt.
 Click on Windows start button.
 Type 'anaconda'. A link to open Anaconda command promt will be shown.

-Type following commands to install packages:
+Type following commands to create new environment in Anaconda for running fluxpyt:

-&amp;gt;&amp;gt; conda install -c sjpfenninger glpk    #this works only for windows
-&amp;gt;&amp;gt; conda install -c conda-forge lmfit
-&amp;gt;&amp;gt; conda install csvkit
+conda create -n fluxpyt_env python=3.6.1 numpy=1.12.1 scipy=0.19.0 sympy=1.0

-If additional packages are required, read how to install packages using conda.
-Type following command for installing FluxPyt
+activate fluxpyt_env

-&amp;gt;&amp;gt; pip install fluxpyt
+conda install -c conda-forge lmfit

+conda install -c sjpfenninger glpk
+
+conda install csvkit=0.9.1
+
+conda install matplotlib=2.0.2
+
+conda install pandas=0.20.1
+
+conda install spyder
+
+pip install fluxpyt
+
+
+=========
+Changelog
+=========
+
+Version 0.1.3
+=============
+-Changed installation directions in README.rst
+
+Version 0.1.2
+=============
+-Changed installation directions in README.rst
+
+Version 0.1.1
+===========
+-Project setup created by Pyscaffold.
+
+-Generated documentation using Sphinx
+
+Version 0.1
+===========
+-Initial release
+
+
+
+
+
+Note
+====
+
+This project has been set up using PyScaffold 2.5.8. For details and usage
+information on PyScaffold see http://pyscaffold.readthedocs.org/.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Desai Trunil Shamrao</dc:creator><pubDate>Mon, 16 Oct 2017 09:23:33 -0000</pubDate><guid>https://sourceforge.netbeba10127817c5af9368d3e51c27eb219c6508b4</guid></item><item><title>Home modified by Desai Trunil Shamrao</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,6 @@
 FluxPyt package is developed to perform stationary metabolic flux analysis 
 calculations for estimation of intracellular flux distribution.
-FluxPyt is written in python3. The anaconda package list is provided in 
-the requirements.txt file.
+FluxPyt is written in python3.

 The package was developed as a part of PhD work of Desai Trunil Shamrao at:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Desai Trunil Shamrao</dc:creator><pubDate>Fri, 13 Oct 2017 11:04:09 -0000</pubDate><guid>https://sourceforge.net05fd7b679c8d20e1405550ae43aa280cf5585103</guid></item><item><title>Home modified by Desai Trunil Shamrao</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,45 @@
-Welcome to your wiki!
+FluxPyt package is developed to perform stationary metabolic flux analysis 
+calculations for estimation of intracellular flux distribution.
+FluxPyt is written in python3. The anaconda package list is provided in 
+the requirements.txt file.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The package was developed as a part of PhD work of Desai Trunil Shamrao at:

-The wiki uses [Markdown](/p/fluxpyt/wiki/markdown_syntax/) syntax.
+Systems Biology for Biofuels Group
+Group Leader, Dr. Shireesh Srivastava
+International Centre for Genetic Engineering and Biotechnology (ICGEB),
+Aruna Asaf Ali Marg,
+New Delhi.

-[[members limit=20]]
-[[download_button]]
+
+Acknowledgements
+================
+The PhD fellowship of Trunil is funded by the Council for Scientific 
+and Industrial Research (CSIR).
+The project is funded by Department of Biotechnology (DBT)
+
+The author specially thanks Ahmad for being there to discuss issues and to 
+help get rid of few bugs.
+
+
+
+Installation:
+============
+Download and install Anaconda distribution (version 3.4.4.0 was used in this tutorial).
+It has most of the packages essential for running FluxPyt.
+For installing packages that are not present in the Anaconda distribution, install them separately. Following are the instructions:
+Open an Anaconda command prompt.
+Click on Windows start button.
+Type 'anaconda'. A link to open Anaconda command promt will be shown.
+
+Type following commands to install packages:
+
+&amp;gt;&amp;gt; conda install -c sjpfenninger glpk    #this works only for windows
+&amp;gt;&amp;gt; conda install -c conda-forge lmfit
+&amp;gt;&amp;gt; conda install csvkit
+
+If additional packages are required, read how to install packages using conda.
+Type following command for installing FluxPyt
+
+&amp;gt;&amp;gt; pip install fluxpyt
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Desai Trunil Shamrao</dc:creator><pubDate>Fri, 13 Oct 2017 09:46:15 -0000</pubDate><guid>https://sourceforge.netc8bbb6c3dc619248c9cba82348302179d2673b77</guid></item><item><title>Home modified by Desai Trunil Shamrao</title><link>https://sourceforge.net/p/fluxpyt/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/fluxpyt/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/trunil/"&gt;Desai Trunil Shamrao&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-59dc953e33262e22061507e9" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Desai Trunil Shamrao</dc:creator><pubDate>Tue, 10 Oct 2017 09:39:10 -0000</pubDate><guid>https://sourceforge.net7ee509a458cfd9f6262cc69c4e851392d303a8af</guid></item></channel></rss>