ssi-analysis-result-parsers 0.0.15__py3-none-any.whl → 0.0.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ssi_analysis_result_parsers/Spyogenes_parser.py +5 -5
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/METADATA +1 -1
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/RECORD +7 -7
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/WHEEL +0 -0
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/entry_points.txt +0 -0
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/licenses/LICENSE +0 -0
- {ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/top_level.txt +0 -0
@@ -131,7 +131,7 @@ def extract_emm_type(emm_blast_tsv: Path):
|
|
131
131
|
)
|
132
132
|
|
133
133
|
emm_typing_results["ENN_type"] = (
|
134
|
-
"
|
134
|
+
"EMM" + blast_df_unique.iloc[1]["qseqid"][3:]
|
135
135
|
)
|
136
136
|
if (
|
137
137
|
blast_df_unique.iloc[1]["length"] < blast_df_unique.iloc[1]["qlen"]
|
@@ -148,7 +148,7 @@ def extract_emm_type(emm_blast_tsv: Path):
|
|
148
148
|
or emm_maintype in mrp_types_in_emm_plus_mrp_operons
|
149
149
|
):
|
150
150
|
emm_typing_results["MRP_type"] = (
|
151
|
-
"
|
151
|
+
"EMM" + emm_typing_results["EMM_type"][3:]
|
152
152
|
)
|
153
153
|
emm_typing_results["EMM_type"] = (
|
154
154
|
"EMM" + emm_typing_results["ENN_type"][3:]
|
@@ -158,7 +158,7 @@ def extract_emm_type(emm_blast_tsv: Path):
|
|
158
158
|
|
159
159
|
elif blast_df_unique.shape[0] == 3:
|
160
160
|
emm_typing_results["MRP_type"] = (
|
161
|
-
"
|
161
|
+
"EMM" + blast_df_unique.iloc[0]["qseqid"][3:]
|
162
162
|
)
|
163
163
|
if (
|
164
164
|
blast_df_unique.iloc[0]["length"] < blast_df_unique.iloc[0]["qlen"]
|
@@ -182,7 +182,7 @@ def extract_emm_type(emm_blast_tsv: Path):
|
|
182
182
|
)
|
183
183
|
|
184
184
|
emm_typing_results["ENN_type"] = (
|
185
|
-
"
|
185
|
+
"EMM" + blast_df_unique.iloc[2]["qseqid"][3:]
|
186
186
|
)
|
187
187
|
if (
|
188
188
|
blast_df_unique.iloc[2]["length"] < blast_df_unique.iloc[2]["qlen"]
|
@@ -275,7 +275,7 @@ def Spyogenes_parser(
|
|
275
275
|
) -> None:
|
276
276
|
""" """
|
277
277
|
results = SpyogenesResults.from_tool_paths(
|
278
|
-
|
278
|
+
emm_blast_tsv=emm_blast_tsv, sample_name=sample_name
|
279
279
|
)
|
280
280
|
results.write_tsv(output_file=output_file)
|
281
281
|
|
{ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/RECORD
RENAMED
@@ -2,7 +2,7 @@ ssi_analysis_result_parsers/Ecoli_parser.py,sha256=IQDbTPxvaQBf3el92_76QQ3prA2HG
|
|
2
2
|
ssi_analysis_result_parsers/Hinfluenzae_parser.py,sha256=ch2pI1NEZPteewOXfeN8w4HW9Rhpr5ngdUIPwPqoA4Y,11876
|
3
3
|
ssi_analysis_result_parsers/Legionella_parser.py,sha256=Yp14u8xqItrIb-uVk786K6jlIi-HNfn0wnQMo_R_X1c,6950
|
4
4
|
ssi_analysis_result_parsers/Nmeningitidis_parser.py,sha256=Jl1ubU2T6XbwffpglMBsvp3tOb5DAG72MbDnN6RB0qc,7310
|
5
|
-
ssi_analysis_result_parsers/Spyogenes_parser.py,sha256=
|
5
|
+
ssi_analysis_result_parsers/Spyogenes_parser.py,sha256=X-orRLOaBWMnxkSRGBvEphD0Yfnrb9TVntAFXpa71VM,12718
|
6
6
|
ssi_analysis_result_parsers/__init__.py,sha256=go20U3RCVaJ2N55RnX4tO5rinfUCRV0puFyrHCto8yw,23
|
7
7
|
ssi_analysis_result_parsers/_modidx.py,sha256=odzq7igGyMkQ34NKL08Rr6qT7attmv2HhQPP6bwi51M,27684
|
8
8
|
ssi_analysis_result_parsers/blast_parser.py,sha256=pIzMGk5-VyTy8uzFncTiIsy80wQxl9NbNiGI_K7XMaM,8658
|
@@ -11,7 +11,7 @@ ssi_analysis_result_parsers/hello_world.py,sha256=jpN94sqYuNHqUbUZMCJ35qGY5iLPB_
|
|
11
11
|
ssi_analysis_result_parsers/some_string.py,sha256=JwmAXKbX_JgY8UGh4FAu5-7ZjezcAEhq4Q2B73pWp2M,923
|
12
12
|
ssi_analysis_result_parsers/config/config.default.env,sha256=Zt6bfPbVV3rYCksoebX1ruAdFgeD9wqAnKDtswhtJJM,1390
|
13
13
|
ssi_analysis_result_parsers/config/config.default.yaml,sha256=3qgUrUtQpxrzYv7WQaHsvz9dQB0RALKNU0idxv7oRqM,460
|
14
|
-
ssi_analysis_result_parsers-0.0.
|
14
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/licenses/LICENSE,sha256=p6aTb6QIfqyZ2Uux2VjV4F2zthdUSHZOjB4mfwGc7fo,1094
|
15
15
|
test_input/.DS_Store,sha256=sdTEvl9DTKPHNPYYjMqDepX7q7ZETlonk21tGEuWLao,6148
|
16
16
|
test_input/empty_file.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
test_input/Ecoli/ERR14229029.res,sha256=AmVZwbiUTjOQLe7SmSKWt9-URdcrsLSxt9hHUh-nFUY,129
|
@@ -54,8 +54,8 @@ test_output/output_with_sample_name.tsv,sha256=NQG7WaxczuWCCsX2a9MUxCCYpbuAirz9g
|
|
54
54
|
test_output/test.tsv,sha256=6DGzarXMkUP03Z58vZimc-gu1K2k84zxZLWWF2HROCg,277
|
55
55
|
test_output/test_batch_output.tsv,sha256=6DGzarXMkUP03Z58vZimc-gu1K2k84zxZLWWF2HROCg,277
|
56
56
|
test_output/Ecoli/KMA_cases_parser.tsv,sha256=Wf3JkSppRN5AK2zRJmFQlwVfCMyJfgyyBpTjb1sK6Uw,586
|
57
|
-
ssi_analysis_result_parsers-0.0.
|
58
|
-
ssi_analysis_result_parsers-0.0.
|
59
|
-
ssi_analysis_result_parsers-0.0.
|
60
|
-
ssi_analysis_result_parsers-0.0.
|
61
|
-
ssi_analysis_result_parsers-0.0.
|
57
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/METADATA,sha256=5Q-BDuAdWKu5OaULwySEVgMEpGZM0b4tK_5Lr4sSkOI,2766
|
58
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
59
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/entry_points.txt,sha256=D-ZVsNLN5L6Hew4E1gyNc3sFsiBdswPPQsUpH3NAHnU,1109
|
60
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/top_level.txt,sha256=kVBbBavSQeQsoZCMoiur-3tQ_UT5CeO0L3PwjSdM2yQ,96
|
61
|
+
ssi_analysis_result_parsers-0.0.16.dist-info/RECORD,,
|
{ssi_analysis_result_parsers-0.0.15.dist-info → ssi_analysis_result_parsers-0.0.16.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|