Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

MOFA2 #1661

Closed bv2 closed 3 years ago

bv2 commented 4 years ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.

bioc-issue-bot commented 4 years ago

Hi @bv2

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: MOFA2
Type: Package
Title: Multi-Omics Factor Analysis v2
Version: 0.99.0
Maintainer: Britta Velten <britta.velten@gmail.com>
Author: Ricard Argelaguet, Damien Arnol, Danila Bredikhin, Britta Velten
Date: 2018-09-03
License: GPL (>= 2)
Description: The MOFA2 package contains a collection of tools for running and analysing MOFA models.
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: rhdf5, dplyr, tidyr, reshape2, pheatmap, ggplot2, methods, GGally, RColorBrewer, cowplot, ggrepel, reticulate, HDF5Array, grDevices, stats, magrittr, forcats, utils, corrplot, ggrastr, DelayedArray, Rtsne, uwot
Suggests: knitr, testthat, Seurat, ggpubr, doParallel, foreach, psych, MultiAssayExperiment
biocViews: DimensionReduction, Bayesian, Visualization
VignetteBuilder: knitr
LazyData: false
NeedsCompilation: yes
RoxygenNote: 7.1.1
SystemRequirements: Python (>=3), numpy, pandas, h5py, scipy, argparse, sklearn, mofapy2
bioc-issue-bot commented 4 years ago

A reviewer has been assigned to your package. Learn what to expect during the review process.

IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. It is required to push a version bump to git.bioconductor.org to trigger a new build.

Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account

bioc-issue-bot commented 4 years ago

Dear Package contributor,

This is the automated single package builder at bioconductor.org.

Your package has been built on Linux, Mac, and Windows.

On one or more platforms, the build results were: "ERROR, skipped". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.

Please see the build report for more details. This link will be active for 21 days.

Remember: if you submitted your package after July 7th, 2020, when making changes to your repository push to git@git.bioconductor.org:packages/MOFA2 to trigger a new build. A quick tutorial for setting up remotes and pushing to upstream can be found here.

bv2 commented 4 years ago

Hi @LiNk-NY, thank you for taking care of our package! Currently, the package fails during the build as it relies on the python package mofapy2 as specified in the DESCRIPTION. mofapy2 is available on https://pypi.org/project/mofapy2/. The package builds without errors on systems, where mofapy2 is installed but here it is missing this dependency. Would it be possible to add this dependency to the builder? Thanks!

alanocallaghan commented 3 years ago

@bv2 - I'm not part of the bioc team so take this with a grain of salt. However you may have better luck using basilisk to manage your python environment using conda.

LiNk-NY commented 3 years ago

Hi Britta, @bv2 Thank you for your submission to Bioconductor. Please see the review below. If you have any questions, feel free to post them here.

Best, Marcel


MOFA2 #1661

DESCRIPTION

NAMESPACE

vignette

R

Minor:

/ pkg folder

tests

NEWS.md

bv2 commented 3 years ago

Thanks Marcel and Alan for your comments. We will work on the points in the review and certainly take a look at basilisk. This sounds interesting!

LTLA commented 3 years ago

I'll also point out that http://bioconductor.org/books/devel/OSCA/integrating-with-protein-abundance.html#integration-with-gene-expression-data has a section waiting for MOFA2, if it can accept SingleCellExperiment objects.

bv2 commented 3 years ago

Hi Marcel @LiNk-NY ,

thanks again for your time to carefully review our package. We went through all the points that you (as well as Aaron and Alan) raised above and updated our package to incorporate many of these comments in the newest commits (current version 0.99.10). Details on the points are listed below.

DESCRIPTION

NAMESPACE

vignette

Minor:

/ pkg folder

tests

NEWS.md

bv2 commented 3 years ago

@LiNk-NY Quick update: We also implemented usage of basilisk for integration with python (now version 0.99.12)

LiNk-NY commented 3 years ago

Hi Britta, @bv2 Thanks for making those changes and responding to the review. Consider adding mofapy2, setup.py and the Dockerfile to .Rbuildignore or moving them to the inst/scripts folder. I will accept your package. Best regards, Marcel

Note. Bump the package version and resolve any errors / warnings in the build report.

bioc-issue-bot commented 3 years ago

Your package has been accepted. It will be added to the Bioconductor nightly builds.

Thank you for contributing to Bioconductor!

mtmorgan commented 3 years ago

The master branch of your GitHub repository has been added to Bioconductor's git repository.

To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/bv2.keys is not empty), then no further steps are required. Otherwise, do the following:

  1. Add an SSH key to your github account
  2. Submit your SSH key to Bioconductor

See further instructions at

https://bioconductor.org/developers/how-to/git/

for working with this repository. See especially

https://bioconductor.org/developers/how-to/git/new-package-workflow/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/

to keep your GitHub and Bioconductor repositories in sync.

Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at

https://bioconductor.org/checkResults/

(Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using BiocManager::install("MOFA2"). The package 'landing page' will be created at

https://bioconductor.org/packages/MOFA2

If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further.