We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ac374 commit 75b8f53Copy full SHA for 75b8f53
v03_pipeline/lib/paths_test.py
@@ -239,7 +239,7 @@ def test_project_remap_path(self) -> None:
239
SampleType.WGS,
240
'R0652_pipeline_test',
241
),
242
- '/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_remap.tsv',
+ '/var/seqr/seqr-loading-temp/v3.1/GRCh38/SNV_INDEL/remaps/WGS/R0652_pipeline_test_remap.tsv',
243
)
244
245
def test_project_pedigree_path(self) -> None:
@@ -250,5 +250,5 @@ def test_project_pedigree_path(self) -> None:
250
SampleType.WES,
251
252
253
- '/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_pedigree.tsv',
+ '/var/seqr/seqr-loading-temp/v3.1/GRCh38/GCNV/pedigrees/WES/R0652_pipeline_test_pedigree.tsv',
254
0 commit comments