-
Notifications
You must be signed in to change notification settings - Fork 1
Load the "WebReady" tables #50
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
Draft
jbrestel
wants to merge
46
commits into
master
Choose a base branch
from
denorm-tables
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
…le_CompoundAttributes to createTable_PathwayReactions, 3) move createTable_PathwayNodes after createTable_PathwayReactions, and 4) temporarily comment out createTable_GroupDomainAttribute for testing
…w into denorm-tables
jbrestel
commented
Jun 24, 2025
my $taxonId = $self->getOrganismInfo($test, $organismAbbrev, $gusConfigFile)->getTaxonId(); | ||
$args = "--mode $mode --psqlDirPath $psqlDirPath --tableName $tableName --schema $schema --projectId $projectId --organismAbbrev $organismAbbrev --taxonId $taxonId"; | ||
} else { | ||
$args = "--mode $mode --psqlDirPath $psqlDirPath --tableName $tableName --schema $schema --projectId $projectId --taxonId 1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the "taxonId" hard coded to 1 here? that may bite us
…_product in previous tunning table
…criptattributes will make the gene_product column
* Adding previousGroups file to persistent cache * Busco ApiCommonWorkflow (#48) * initial dev for busco in reflow * add busco and mapper calls * fix typo * fix syntax errors * debug of $clusterServer * fix typo * debug lineage_dataset_map.txt * outputFilePrefix is not required * max retries for nextflow job --------- Co-authored-by: Sufen Hu <[email protected]> * Adding Orthomcl Dependent graph * Creating new ortho web ready tables. Loading ortho group blast values for orthomcl ec prediction * Readding orthomcl ec prediction * Adding previousGroups file to persistent cache * Busco ApiCommonWorkflow (#48) * initial dev for busco in reflow * add busco and mapper calls * fix typo * fix syntax errors * debug of $clusterServer * fix typo * debug lineage_dataset_map.txt * outputFilePrefix is not required * max retries for nextflow job --------- Co-authored-by: Sufen Hu <[email protected]> * Adding Orthomcl Dependent graph * Creating new ortho web ready tables. Loading ortho group blast values for orthomcl ec prediction * Readding orthomcl ec prediction * fix a typo * Removing duplicate predictEcNumbers step * Resolving predictEc dependency name error * Changing order for dependencies * add the -C option to tar to specify the target directory when extracting files * Resolving path to comparative table for create * Adding comparative tables to orthomcl peripheral workflow * debug $outputDir * Removing duplicate EcNumberGenus step * Adding new argument for insertOrthoGroupBlastValue * Changing path for fifo file * Changing path for fifo file to absolute path * Changing dependency for Phyletic Pattern * Resolving dependency issue for webready tables * Removing checkForCompleted file and merging OrthoMCLDependent and orthomclDerivedEC * Add additional output file parameter for predictEcNumbers * fix typo * Primary key functionality * add gusConfigFile * fix gusConfigFile * debug $inputFile * add gusConfigFile * add paramValue gusConfigFile * fix syntax error * fix syntax error * add subgraph MakeComparativeWebTables * Removing unneeded gus config argument * Removing unneeded gusConfig argument lines * Removing unneeded instances of gus config file * Removing more unneeded instances of gus config file * Removing more unneeded instances of gus config file --------- Co-authored-by: Richard Demko <[email protected]> Co-authored-by: Sufen Hu <[email protected]>
* fix depends for webtables for all org specific steps * add GeneProduct * add splice site transcript table and insert rows using perl script * wrong Step class for some ortho webready tables * Add step for PathwayEc table * Added steps for TranscriptEC and TranscriptPathway. Removed dependent steps * add junction tables (wip) * Workflow step class to run LoadDenormalizedTable plugin * Add step to load TranscriptPathway * wip; move some orthomcl webready tables * Add some commentary about the purpose of this step class * Clean up and remove tables that will be loaded in the comparative graph * add intronsupport level * Step to create empty PathwaysGeneTable * Step to load PathwaysGeneTable --------- Co-authored-by: Kathryn Crouch <[email protected]>
…anismAbbrev}_*" to fix error: step XXXX_MakeChildWebTables depends on step XXXX_MakeChildWebTables which is not above it in the XML file
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.
No description provided.