-
Notifications
You must be signed in to change notification settings - Fork 96
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
staging --> master #1379
staging --> master #1379
Conversation
* pin all latest docker version * run with h5ad isntead o floom * run with h5ad isntead o floom * run with h5ad isntead o floom * run with h5ad isntead o floom * new docker * merge h5ad files * new path * redo h5ad merge * add verify task * add verify task * add verify task * no more loom * changing loom to h5ad * try updating all instances of warp tools * Updated pipeline_versions.txt with all pipeline version information * test out markdown * formatting * formatting again * formatting again * changelogs and add SingleNucleusSmartSeq2LoomOutput back in * Updated pipeline_versions.txt with all pipeline version information * changelogs * Updated pipeline_versions.txt with all pipeline version information --------- Co-authored-by: GitHub Action <action@github.com>
* Update Multiome, ATAC, and Optimus readmes
* updates to BGE pipeline from GVS tieout fix string * changelogs * Updated pipeline_versions.txt with all pipeline version information * updated JointGenotyping changelog * Update changelog docs Co-authored-by: ekiernan <55763654+ekiernan@users.noreply.github.com> --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Nikelle Petrillo <38223776+nikellepetrillo@users.noreply.github.com> Co-authored-by: ekiernan <55763654+ekiernan@users.noreply.github.com>
Added deprecation notices for deprecated pipelines
* pin all latest docker version * loom to h5ad to fix womtools check * Update ValidateSmartSeq2SingleNucleus.wdl
* Added parameter to avoid non-determinism in DRAGEN aligner
adding parameters to handle trailing slash
Added doublet scores to gex h5ads, created new nhash for ATAC
dev --> staging
DO NOT SQUASH MERGE!!! |
🔍Version Validation Results:
|
🔍Changelog Validation Results:
|
* Making sure temporary credentials or keys don't get pushed by accident * Adding a GHA that can authenticate using a service account in GCP * Plugging in the magical auth system to finally connect to Terra * Adding quotes in vars. Disabling PR trigger to avoid duplicated runs for now. * Fixing newline. Adding debug lines * Debugging why the access token is not being accepted * Adding time to token validity. Maybe it expired before getting used * Removing printings * retrigger * Retrigger * Trying out a different token * Setting back to access token * try setting scopes directly * Removing debug flag for cleaner output. * Adding getting submission list * Changing to warp tests * Switching back * Adding Firecloud API script * Trying out new py class * Changing variables to get this pipeline to run automatically * Plugging in actual values to test this. Increasing polling intervals * Fixing path mistake * Commenting out test code. Fixing error with memoryRetryMultiplier * Returning workflowID * Setting to unbuffered so we see printings from py * Adding functionality to handle multiple workflows in a single run. * Trying to parse the monitorSubmission properly. * Trying to parse the monitorSubmission properly. * Trying to parse the monitorSubmission properly. * Trying to parse the monitorSubmission properly. * It looks like python printings messes up bash inputs. Cleaning it up. * Creating a map of workflows and their statuses. * Creating a map of workflows and their statuses. * Adding summary printings * Parameterizing call_cache * Adding a summary in the event of a failure. * Better summary printing. Covering both success and failure. * Removing stderr redirection to see where things are failing * Finally found what was wrong. Token was expiring before finishing the polling step. Setting it back to the default, 1 hour. * Parsing the outputs dictionary properly. * One more try with the parsing of outputs. Adding an id to pipeline run step * Handling int to str in json * Better summary formatting * Better summary formatting * Some icons. * Adding note to make sure folks don't change the magic string * Adding proper triggers * Removing test trigger --------- Co-authored-by: Jack Warren <jack@jackwarren.info>
Rerunning Multiome with atac_nhash_id here: https://gotc-jenkins.dsp-techops.broadinstitute.org/job/warp-workflow-tests/85638/ Multiome looks good; similar chages as paired-tag and Optimus. The h5ad files differed by 3 UMIs, so dove into comparisons with the following:
|
Optimus tests: 8k pbmc unstranded sample: Same errors we saw for stranded sample. Checked X.sums manually for cells and genes alone and the sums matched. Example:
Paired-tag tests: |
@broadinstitute/warp-admins (just testing) |
Joint genotyping: |
added atac_nhash_id to multiome sci test json
dev --> staging
DO NOT SQUASH MERGE!!! |
🔍Changelog Validation Results:
|
🔍Version Validation Results:
|
retest this please |
1 similar comment
retest this please |
Smart-tests rerun here: https://gotc-jenkins.dsp-techops.broadinstitute.org/job/warp-smart-tests/8522/ As expected, Multiome failed with similar failures that we saw before in library metrics and h5ad because we added doublet info. Multiome truth update is here:https://gotc-jenkins.dsp-techops.broadinstitute.org/job/warp-workflow-tests/85725/parameters/ All other tests now pass because we updated truth. |
staging --> master