Skip to content

Commit

Permalink
Merge pull request #2 from dvklopfenstein/dev
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
dvklopfenstein authored Oct 12, 2024
2 parents 3ebd123 + 3b7431f commit 42a6b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Anaconda-Server Badge](https://anaconda.org/dvklopfenstein/reactomepy/badges/version.svg)](https://anaconda.org/dvklopfenstein/reactomepy)
[![Anaconda-Server Badge](https://anaconda.org/dvklopfenstein/reactomepy/badges/latest_release_date.svg)](https://anaconda.org/dvklopfenstein/reactomepy)
[![Anaconda-Server Badge](https://anaconda.org/dvklopfenstein/reactomepy/badges/platforms.svg)](https://anaconda.org/dvklopfenstein/reactomepy)
[![Anaconda-Server Badge](https://anaconda.org/dvklopfenstein/reactomepy/badges/installer/conda.svg)](https://conda.anaconda.org/dvklopfenstein)

Explore biomolecular pathways in the Reactome graph database from the command-line or a Python script.

Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ g:
git remote -v
git branch

py:
find src -name \*.py

run:
src/bin/pwy_enrichment_reactome.py data/enrich/studyids/UniProt.txt

Expand Down

0 comments on commit 42a6b37

Please # to comment.