We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f57c57 commit 96edfd3Copy full SHA for 96edfd3
v03_pipeline/lib/paths_test.py
@@ -224,17 +224,6 @@ def test_new_variants_table_path(self) -> None:
224
'/var/seqr/seqr-hail-search-data/v3.1/GRCh38/SNV_INDEL/runs/manual__2023-06-26T18:30:09.349671+00:00/new_variants.ht',
225
)
226
227
- def test_project_remap_path(self) -> None:
228
- self.assertEqual(
229
- project_remap_path(
230
- ReferenceGenome.GRCh38,
231
- DatasetType.SNV_INDEL,
232
- SampleType.WGS,
233
- 'R0652_pipeline_test',
234
- ),
235
- '/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_test_remap.tsv',
236
- )
237
-
238
def test_project_pedigree_path(self) -> None:
239
self.assertEqual(
240
project_pedigree_path(
0 commit comments