Skip to content

Commit

Permalink
Remove CNNScoreVariants, CNNVariantTrain, and CNNVariantWriteTensors (#…
Browse files Browse the repository at this point in the history
…9009)

Removed the code for these tools, now that NVScoreVariants is merged
and we've moved to a Python environment that is incompatible with these
legacy tools.

Also added the tools to the DeprecatedToolsRegistry.
  • Loading branch information
droazen authored Oct 18, 2024
1 parent df8e4b7 commit d6acb84
Show file tree
Hide file tree
Showing 51 changed files with 9 additions and 6,385 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,6 @@ jobs:
echo "Running M2 WDL";
bash scripts/m2_cromwell_tests/run_m2_wdl.sh;
- name: "CNN_WDL_TEST"
if: ${{ matrix.wdlTest == 'RUN_CNN_WDL' }}
run: |
echo "Running CNN WDL";
bash scripts/cnn_variant_cromwell_tests/run_cnn_variant_wdl.sh;
- name: "VCF_SITE_LEVEL_FILTERING_WDL_TEST"
if: ${{ matrix.wdlTest == 'RUN_VCF_SITE_LEVEL_FILTERING_WDL' }}
run: |
Expand Down
7 changes: 0 additions & 7 deletions scripts/cnn_variant_cromwell_tests/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/cnn_variant_cromwell_tests/run_cnn_variant_wdl.sh

This file was deleted.

68 changes: 0 additions & 68 deletions scripts/cnn_variant_wdl/README.md

This file was deleted.

113 changes: 0 additions & 113 deletions scripts/cnn_variant_wdl/cnn_score_variants.wdl

This file was deleted.

Loading

0 comments on commit d6acb84

Please sign in to comment.