Skip to content

Commit

Permalink
version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 15, 2012
1 parent 879ca85 commit 5a79736
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Moa 0.11.3 / 2012-10-16
==========================

* fix to work with /usr/local/share/moa for moa data
* improved docs

Moa 0.11.2 / 2012-10-15
==========================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.2
0.11.3
6 changes: 0 additions & 6 deletions lib/python/moa/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,3 @@ def listResource(what):
return pkg_resources.resource_listdir(__name__, what)
elif os.path.exists(usl):
return os.listdir(usl)






4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
data_files = [
('/usr/local/share/moa/template2', glob.glob('template2/*')),
('/usr/local/share/moa/logo', ['share/logo/moa.logo.txt']),
('/usr/local/share/moa/', ['VERSION', 'README', 'COPYING',
'Changelog.txt']),
('/usr/local/share/moa/test', glob.glob('share/test/*')),
('/etc/moa', ['etc/config']),
('/etc/profile.d', ['etc/profile.d/moa.sh']),
Expand Down Expand Up @@ -63,7 +65,7 @@
'pyyaml>3',
'ruffus>=2.2',
'Yaco>=0.1.7',
'fist>=0.1.2',
'fist>=0.1.5',
'unittest2>=0.5',
'lockfile>=0.9',
'mdGraph>=0.1'
Expand Down
2 changes: 1 addition & 1 deletion sphinx/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Moa!
###############

*Lightweight, command line, workflows for bioinformatics*
*Command line workflows for bioinformatics*

Moa aims to assist a bioinformatician to organize, document, share,
execute and repeat workflows in a command line environment without
Expand Down

0 comments on commit 5a79736

Please sign in to comment.