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

staging --> master #1379

Merged
merged 13 commits into from
Oct 11, 2024
Merged

staging --> master #1379

merged 13 commits into from
Oct 11, 2024

Conversation

ekiernan
Copy link
Contributor

@ekiernan ekiernan commented Oct 2, 2024

staging --> master

nikellepetrillo and others added 10 commits September 12, 2024 08:09
* 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
Copy link

github-actions bot commented Oct 2, 2024

DO NOT SQUASH MERGE!!!

Copy link

github-actions bot commented Oct 2, 2024

🔍Version Validation Results:

basename: missing operand
Try 'basename --help' for more information.
Comparing versions and changelogs for pipelines that differ from the versions on 'origin/staging':
All WDLs and changelog files appear to be valid for this release.

Copy link

github-actions bot commented Oct 2, 2024

🔍Changelog Validation Results:

Comparing changelogs for pipelines that differ from the versions on 'origin/master':
All changelog files are valid for this release.

* 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>
@ekiernan
Copy link
Contributor Author

ekiernan commented Oct 9, 2024

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:

>>> umis_1 = np.array(truth.X.sum(axis=1)).flatten()
>>> umis_2 = np.array(test.X.sum(axis=1)).flatten()
>>> umis_equal = np.array_equal(umis_ad1, umis_ad2)
>>> umis_equal = np.array_equal(umis_1, umis_2)
>>> umis_equal
True

@ekiernan
Copy link
Contributor Author

ekiernan commented Oct 9, 2024

Optimus tests:
8k pbmc stranded sample: X.sum differs by 2 UMIs, gene metrics flagged, but sums match when tested manually.

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:

>>> umis_ad1 = np.array(test.X.sum(axis=0)).flatten()
>>> umis_ad2 = np.array(truth.X.sum(axis=0)).flatten()
>>> umis_equal = np.array_equal(umis_ad1, umis_ad2)

Paired-tag tests:
10k pbmc example looks good, has the same changes as the optimus examples above. Library metrics look good.
10k_PBMC_BC011_gex.h5ad also has same changes. Library metrics look good.

@jessicaway
Copy link
Member

@broadinstitute/warp-admins (just testing)

@ekiernan
Copy link
Contributor Author

ekiernan commented Oct 9, 2024

Joint genotyping:
dev_bge failed. see gs://broad-gotc-dev-cromwell-execution/TestJointGenotyping/e6d98c0e-740b-428c-8167-4a155570faed/

Copy link

github-actions bot commented Oct 9, 2024

DO NOT SQUASH MERGE!!!

Copy link

github-actions bot commented Oct 9, 2024

🔍Changelog Validation Results:

Comparing changelogs for pipelines that differ from the versions on 'origin/master':
All changelog files are valid for this release.

Copy link

github-actions bot commented Oct 9, 2024

🔍Version Validation Results:

basename: missing operand
Try 'basename --help' for more information.
Comparing versions and changelogs for pipelines that differ from the versions on 'origin/staging':
All WDLs and changelog files appear to be valid for this release.

@ekiernan
Copy link
Contributor Author

ekiernan commented Oct 9, 2024

retest this please

1 similar comment
@ekiernan
Copy link
Contributor Author

retest this please

@ekiernan
Copy link
Contributor Author

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.

@ekiernan ekiernan merged commit 3091fbd into master Oct 11, 2024
7 of 8 checks passed
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.

6 participants