Skip to content

Commit

Permalink
Merge pull request #2093 from mariux64/update-python-wrappers-for-macs2
Browse files Browse the repository at this point in the history
python*-wrapper: Move macs2 to python3
  • Loading branch information
thomas authored Apr 20, 2021
2 parents f7ad791 + a2f5438 commit 2dcf53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python2-wrapper.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION python2-wrapper-1.4-0
# BEE_VERSION python2-wrapper-1.5-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -74,7 +74,6 @@ mee_install() {
python2-config \
python2 \
ipython2 \
macs2 \
gnome-doc-prepare \
xml2po \
gnome-doc-tool \
Expand Down
4 changes: 3 additions & 1 deletion python3-wrapper.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION python3-wrapper-1.2-0
# BEE_VERSION python3-wrapper-1.3-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -89,6 +89,8 @@ mee_install() {
jupyter \
htseq-count \
htseq-qa \
macs2 \
macs3 \
umi_tools \
rst2html.py rst2html4.py rst2html5.py \
rst2latex.py rst2xetex.py \
Expand Down

0 comments on commit 2dcf53f

Please sign in to comment.