Fixed Funcotator VCF output renderer to keep B37 contig names in the VCF output file #4474
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/[email protected] | |
with: | |
software-name: gatk | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
topic-name: ${{ secrets.CARROT_TOPIC_NAME }} | |
sa-key: ${{ secrets.CARROT_SA_KEY }} | |
minimum-permissions: write |