-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maaslin3 #3643
Comments
Hi @WillNickols Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
Please also provide an Do you have an approximation on how long this takes to build? I killed after 20 min. which would be above our time limit. I also don't see any integration with existing Bioconductor class structures. See interoperability requirement. You should show interoperability with existing microbiome packages |
Hi! Thanks for the helpful suggestions. We've updated the following accordingly:
We've pushed a new version updated from 0.99.0 to 0.99.1. Please let us know if there's anything else we should do! |
Your package has been added to git.bioconductor.org to continue the IMPORTANT: Please read this documentation for setting Bioconductor utilized your github ssh-keys for git.bioconductor.org |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. Congratulations! The package built without errors or warnings Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
A reviewer has been assigned to your package for an indepth review. |
BiocManager::install("biobakery/maaslin3") # Update the value to "maaslin3" after acceptance and branch creation. Also, mention that if user wants to compile vignette themselves, they should also specify
all_factors <- c()
for (col in colnames(dat_sub)) {
if (!is.numeric(dat_sub[, col])) {
if (is.factor(dat_sub[, col])) {
factor_levels <- levels(dat_sub[, col])
} else {
factor_levels <- levels(factor(dat_sub[, col]))
}
# All factor levels except baseline
all_factors <- c(all_factors, paste0(col, unique(factor_levels[-1])))
}
}
> library(S4Vectors)
> metadata <- as(metadata, "DataFrame")
> metadata[, 1:5]
DataFrame with 1527 rows and 5 columns
participant_id site_name week_num reads diagnosis
<character> <character> <integer> <integer> <factor>
CSM5FZ3N_P C3001 Cedars-Sinai 0 9961743 CD
CSM5FZ3R_P C3001 Cedars-Sinai 2 16456391 CD
CSM5FZ3T_P C3002 Cedars-Sinai 0 10511448 CD
CSM5FZ3V_P C3001 Cedars-Sinai 6 17808965 CD
CSM5FZ3X_P C3002 Cedars-Sinai 2 13160893 CD
... ... ... ... ... ...
PSMB4MBS P6037 MGH Pediatrics 33 11589722 CD
PSMB4MC1 P6038 MGH Pediatrics 34 15565445 UC
PSMB4MC3 P6038 MGH Pediatrics 35 7319782 UC
PSMB4MC5 P6038 MGH Pediatrics 37 6913198 UC
PSMB4MC7 P6035 MGH Pediatrics 38 5297087 UC
> fit_out <- maaslin3(input_data = taxa_table, input_metadata = metadata, output = 'hmp2_output', ...
Error in maaslin_read_data(input_data, input_metadata, feature_specific_covariate, :
input_metadata is neither a file nor a data frame! Please improve the level of interoperability with core Bioconductor infrastructure.
|
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 understand that by submitting my package to Bioconductor,
the package source and all review commentary are visible to the
general public.
I have read the Bioconductor Package Submission
instructions. My package is consistent with the Bioconductor
Package Guidelines.
I understand Bioconductor Package Naming Policy and acknowledge
Bioconductor may retain use of package name.
I understand that a minimum requirement for package acceptance
is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
Passing these checks does not result in automatic acceptance. The
package will then undergo a formal review and recommendations for
acceptance regarding other Bioconductor standards will be addressed.
My package addresses statistical or bioinformatic issues related
to the analysis and comprehension of high throughput genomic data.
I am committed to the long-term maintenance of my package. This
includes monitoring the support site for issues that users may
have, subscribing to the bioc-devel mailing list to stay aware
of developments in the Bioconductor community, responding promptly
to requests for updates from the Core team in response to changes in
R or underlying software.
I am familiar with the Bioconductor code of conduct and
agree to abide by it.
I am familiar with the essential aspects of Bioconductor software
management, including:
months, for bug fixes.
(optionally via GitHub).
For questions/help about the submission process, including questions about
the output of the automatic reports generated by the SPB (Single Package
Builder), please use the #package-submission channel of our Community Slack.
Follow the link on the home page of the Bioconductor website to sign up.
The text was updated successfully, but these errors were encountered: