Skip to content

Commit d6acb84

Browse files
authored
Remove CNNScoreVariants, CNNVariantTrain, and CNNVariantWriteTensors (#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.
1 parent df8e4b7 commit d6acb84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+9
-6385
lines changed

.github/workflows/gatk-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,6 @@ jobs:
345345
echo "Running M2 WDL";
346346
bash scripts/m2_cromwell_tests/run_m2_wdl.sh;
347347
348-
- name: "CNN_WDL_TEST"
349-
if: ${{ matrix.wdlTest == 'RUN_CNN_WDL' }}
350-
run: |
351-
echo "Running CNN WDL";
352-
bash scripts/cnn_variant_cromwell_tests/run_cnn_variant_wdl.sh;
353-
354348
- name: "VCF_SITE_LEVEL_FILTERING_WDL_TEST"
355349
if: ${{ matrix.wdlTest == 'RUN_VCF_SITE_LEVEL_FILTERING_WDL' }}
356350
run: |

scripts/cnn_variant_cromwell_tests/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

scripts/cnn_variant_cromwell_tests/run_cnn_variant_wdl.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

scripts/cnn_variant_wdl/README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

scripts/cnn_variant_wdl/cnn_score_variants.wdl

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)