Skip to content

Commit

Permalink
m2 location funcotator
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Apr 8, 2022
1 parent 69861d4 commit 957c907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
21 changes: 1 addition & 20 deletions .github/actions/install-cromwell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,4 @@ runs:
run: |
wget -O $CROMWELL_JAR https://github.com/broadinstitute/cromwell/releases/download/${{ inputs.CROMWELL_VERSION }}/cromwell-${{ inputs.CROMWELL_VERSION }}.jar;
wget -O $WOMTOOL_JAR https://github.com/broadinstitute/cromwell/releases/download/${{ inputs.CROMWELL_VERSION }}/womtool-${{ inputs.CROMWELL_VERSION }}.jar;
shell: bash






#
#installCromwell:
# runs-on: ubuntu-latest
# name: Cromwell Local Setup
# steps:
# - name: Set Cromwell env variables
# run: |
# echo "CROMWELL_JAR=${HOME}/cromwell-${{ env.inputs.CROMWELL_VERSION }}.jar" >> $GITHUB_ENV;
# echo "WOMTOOL_JAR=${HOME}/womtool-${{ env.inputs.CROMWELL_VERSION }}.jar" >> $GITHUB_ENV;
# - name: Download Cromwell and Womtools
# run: |
# wget -O $CROMWELL_JAR https://github.com/broadinstitute/cromwell/releases/download/${{ env.inputs.CROMWELL_VERSION }}/cromwell-${{ env.inputs.CROMWELL_VERSION }}.jar;
# wget -O $WOMTOOL_JAR https://github.com/broadinstitute/cromwell/releases/download/${{ env.inputs.CROMWELL_VERSION }}/womtool-${{ env.inputs.CROMWELL_VERSION }}.jar;
shell: bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -l
##set -e
set -e

MODE=$1
# We split up the test into CASE in COHORT to reduce overall test runtime
Expand Down
2 changes: 1 addition & 1 deletion scripts/m2_cromwell_tests/test_m2_wdl_multi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Mutect2_Multi.ref_fai": "/home/runner/work/gatk/gatk/src/test/resources/large/human_g1k_v37.20.21.fasta.fai",
"Mutect2_Multi.ref_dict": "/home/runner/work/gatk/gatk/src/test/resources/large/human_g1k_v37.20.21.dict",
"Mutect2_Multi.pair_list": "/home/runner/work/gatk/gatk/scripts/m2_cromwell_tests/pair_list",
"Mutect2_Multi.funco_data_sources_tar_gz": "/home/runner/work/gatk/gatk/build/broadinstitute/small_ds_pik3ca.tar.gz",
"Mutect2_Multi.funco_data_sources_tar_gz": "/home/runner/work/gatk/gatk/small_ds_pik3ca.tar.gz",
"Mutect2_Multi.funco_reference_version": "hg19",
"Mutect2_Multi.scatter_count": 2,
"Mutect2_Multi.run_orientation_bias_mixture_model_filter": true,
Expand Down

0 comments on commit 957c907

Please sign in to comment.