Skip to content

Commit

Permalink
python*-wrapper: Move macs2 to python3
Browse files Browse the repository at this point in the history
Rationale: The macs2-utility from python-2.7.16 owns a
shared library that is incompatible with the recent glibc.

macs2 has been 'ported' to python3 in the meantime, so it
needs to be moved to the right wrapper, macs3 was added for
convenience.
thomas committed Apr 20, 2021
1 parent f7ad791 commit a2f5438
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.)
@@ -74,7 +74,6 @@ mee_install() {
python2-config \
python2 \
ipython2 \
macs2 \
gnome-doc-prepare \
xml2po \
gnome-doc-tool \
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.)
@@ -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 \

0 comments on commit a2f5438

Please sign in to comment.