Assemble modelCIF - DUMMY implementation without touching workflow wiring#617
Draft
keiran-rowell-unsw wants to merge 48 commits into
Draft
Assemble modelCIF - DUMMY implementation without touching workflow wiring#617keiran-rowell-unsw wants to merge 48 commits into
keiran-rowell-unsw wants to merge 48 commits into
Conversation
…which might be a superset
…d ModelArchive deposition
…LS file with mode
…CIF spec next push
…e true modelCIF entries
…CIF that has 20 residues to match metrics DUMMY
Contributor
|
Tom and I were thinking that, since they're used for tests, the DUMMY files in |
Contributor
Author
Hadn't thought of that, makes a lot of sense! I put them in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part implements an
ASSEMBLE_MODELCIF{}process as sketched out in this project board.DUMMYfiles used to populate ModelCIF fieldsdocs/output.mdnf-testsuite:CifCheckprogram to validate against the ModelArchive dictionary.mmcif; distinguishes from.pdb; and uses a realma-.cifdeposition to validate fieldsassemble_modelcif_Xhasext.argsconfig files to test creation of.bcif, orPAEembedded or linkedmsa_toolused to specify.protocol.CoevolutionMSAStep()since the steps in-container aren't always inspectableDUMMY_SOFTWARE_DETAILSused to handle minimal protocol ingest into.mmcifclasses for nowpopulate_modelcif.pyhas a variety of_helper()local functions leading to abuild_modelcif()function populated byargparseDATABASES: databases will not be handled in
.data.Datagroup.ReferenceDatabasein this PR.populate_modelcif.pyis getting quite long already. Plus, it's a separate concept that can tie into the work done for reference dataset at NCI.#575 might make this database handling easier, if considered valuable
DRAFT: still in draft as I'm LLM'ing and doc'ing through features and will got back for deeper inspection of
.mmcifspec when ready to reviewPR checklist
nf-core pipelines lint).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).CHANGELOG.mdis updated.