Skip to content

python*-wrapper: Move macs2 to python3 #2093

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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