Skip to content

Commit

Permalink
Version change set
Browse files Browse the repository at this point in the history
  • Loading branch information
spficklin committed Sep 26, 2023
1 parent fd6bfc8 commit 6bc9e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name='func_e',
packages=find_packages(),
url='https://systemsgenetics.github.io/FUNC-E/',
version='2.0.0',
version='2.0.1',
description='FUNC-E is a python library and script for functional enrichment of gene lists. It follows a similar approach to that of DAVID (https://david.ncifcrf.gov/) in that it performs enrichment analysis using a Fisher\'s test but then clusters enriched annotations using Kappa Statistics. FUNC-E allows the user to provide their own annotation lists. It is fully executable on a UNIX command-line.',
author='Ficklin and Feltus computational Labs (Washington State University & Clemson University)',
license='GNU General Public License v3.0',
Expand Down
6 changes: 3 additions & 3 deletions test/demo/jupyter_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -56,7 +56,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 6bc9e59

Please sign in to comment.