Skip to content
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

189 metaassembly output update v1.0.7 #298

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aclum
Copy link
Contributor

@aclum aclum commented Nov 22, 2024

This PR:
adds support for error corrected as an output from nmdc:MetagenomeAssembly
updates input parameters for nmdc:MetagenomeAssembly to accommodate changes made in 1.0.5
updates the output variable names to accommodate changes made in 1.0.5

Note we are on 1.0.7 now but we missed completing the needed changes for 1.0.5.

Changes to added error corrected fastq data as the output of nmdc:MetagenomeAssembly
Updates for changes made to accommodate both a short and a long read workflow.
@aclum aclum linked an issue Nov 22, 2024 that may be closed by this pull request
3 tasks
@aclum
Copy link
Contributor Author

aclum commented Nov 22, 2024

@mbthornton-lbl we need to be able to pass a boolean as an input metagenome assembly

@aclum aclum marked this pull request as draft November 22, 2024 19:18
for _, inp_param in self.inputs.items():
# Some input params are boolean values, skip these
if isinstance(inp_param, bool):
continue
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbthornton-lbl this boolean needs to be pushed to the inp_param, not skipped. See https://github.com/microbiomedata/metaAssembly/blob/master/input.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

metaAssembly output update (v1.0.5)
2 participants