Sample name is not recognized in "get_sample_ploidy_metadata" method when generating "segments" VCF file using PostprocessGermlineCNVCalls #5388
This file contains 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
name: carrot-test-run-from-pr-comment | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
publish-test: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Parse comment | |
uses: broadinstitute/carrot-publish-github-action@0.6.0 | |
with: | |
software-name: gatk | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
topic-name: ${{ secrets.CARROT_TOPIC_NAME }} | |
sa-key: ${{ secrets.CARROT_SA_KEY }} | |
minimum-permissions: write |