Skip to content

Commit

Permalink
updated test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Apr 12, 2024
1 parent 0fb9c8f commit e4eae73
Show file tree
Hide file tree
Showing 10 changed files with 56,102 additions and 56,102 deletions.
18,472 changes: 9,236 additions & 9,236 deletions lusSTR/tests/data/kinsnps/Kin_pos_1ng_snpsetscombined_evidence.tsv

Large diffs are not rendered by default.

9,237 changes: 0 additions & 9,237 deletions lusSTR/tests/data/kinsnps/evidence.csv

This file was deleted.

9,237 changes: 9,237 additions & 0 deletions lusSTR/tests/data/kinsnps/evidence.tsv

Large diffs are not rendered by default.

18,473 changes: 0 additions & 18,473 deletions lusSTR/tests/data/kinsnps/multiplerefs.csv

This file was deleted.

18,473 changes: 18,473 additions & 0 deletions lusSTR/tests/data/kinsnps/multiplerefs.tsv

Large diffs are not rendered by default.

9,237 changes: 0 additions & 9,237 deletions lusSTR/tests/data/kinsnps/reference.csv

This file was deleted.

9,237 changes: 9,237 additions & 0 deletions lusSTR/tests/data/kinsnps/reference.tsv

Large diffs are not rendered by default.

9,911 changes: 0 additions & 9,911 deletions lusSTR/tests/data/kinsnps/uasversion_snp_evidence.csv

This file was deleted.

9,911 changes: 9,911 additions & 0 deletions lusSTR/tests/data/kinsnps/uasversion_snp_evidence.tsv

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions lusSTR/tests/test_snps.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ def test_kintelligence(output, filtering, tmp_path):

def test_kintelligence_all(tmp_path):
inputdb = data_file("kinsnps/")
evid_exp_output = data_file("kinsnps/evidence.csv")
ref_exp_output = data_file("kinsnps/reference.csv")
evid_obs_output = f"{str(tmp_path)}/kin_snp_evidence.csv"
ref_obs_output = f"{str(tmp_path)}/kin_snp_reference.csv"
evid_exp_output = data_file("kinsnps/evidence.tsv")
ref_exp_output = data_file("kinsnps/reference.tsv")
evid_obs_output = f"{str(tmp_path)}/kin_snp_evidence.tsv"
ref_obs_output = f"{str(tmp_path)}/kin_snp_reference.tsv"
arglist = [
"config",
"-w",
Expand All @@ -195,8 +195,8 @@ def test_kintelligence_all(tmp_path):

def test_multiple_reference_profiles(tmp_path):
inputdb = data_file("kinsnps/")
exp_out = data_file("kinsnps/multiplerefs.csv")
obs_out = str(tmp_path / "kin_snp_reference.csv")
exp_out = data_file("kinsnps/multiplerefs.tsv")
obs_out = str(tmp_path / "kin_snp_reference.tsv")
arglist = [
"config",
"-w",
Expand Down Expand Up @@ -243,8 +243,8 @@ def test_snp_bins(tmp_path):

def test_uas_version5(tmp_path):
input_sample = data_file("NA24385 Sample Report 2023_09_07_15_11_11.xlsx")
exp_out = data_file("kinsnps/uasversion_snp_evidence.csv")
obs_out = str(tmp_path / "kin_v5_snp_evidence.csv")
exp_out = data_file("kinsnps/uasversion_snp_evidence.tsv")
obs_out = str(tmp_path / "kin_v5_snp_evidence.tsv")
arglist = [
"config",
"-w",
Expand Down

0 comments on commit e4eae73

Please sign in to comment.