File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ def project_remap_path(
352
352
),
353
353
'remaps' ,
354
354
sample_type .value ,
355
- f'{ project_guid } .ht ' ,
355
+ f'{ project_guid } _remap.tsv ' ,
356
356
)
357
357
358
358
@@ -370,7 +370,7 @@ def project_pedigree_path(
370
370
),
371
371
'pedigrees' ,
372
372
sample_type .value ,
373
- f'{ project_guid } .ht ' ,
373
+ f'{ project_guid } _pedigree.tsv ' ,
374
374
)
375
375
376
376
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ def test_project_remap_path(self) -> None:
239
239
SampleType .WGS ,
240
240
'R0652_pipeline_test' ,
241
241
),
242
- '/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_test.ht ' ,
242
+ '/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_remap.tsv ' ,
243
243
)
244
244
245
245
def test_project_pedigree_path (self ) -> None :
@@ -250,5 +250,5 @@ def test_project_pedigree_path(self) -> None:
250
250
SampleType .WES ,
251
251
'R0652_pipeline_test' ,
252
252
),
253
- '/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_test.ht ' ,
253
+ '/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_pedigree.tsv ' ,
254
254
)
You can’t perform that action at this time.
0 commit comments