Skip to content

Commit 96edfd3

Browse files
committed
remove test
1 parent 0f57c57 commit 96edfd3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

v03_pipeline/lib/paths_test.py

-11
Original file line numberDiff line numberDiff line change
@@ -224,17 +224,6 @@ def test_new_variants_table_path(self) -> None:
224224
'/var/seqr/seqr-hail-search-data/v3.1/GRCh38/SNV_INDEL/runs/manual__2023-06-26T18:30:09.349671+00:00/new_variants.ht',
225225
)
226226

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-
238227
def test_project_pedigree_path(self) -> None:
239228
self.assertEqual(
240229
project_pedigree_path(

0 commit comments

Comments
 (0)