rdrpcatch 0.0.2__py3-none-any.whl → 0.0.3__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.
- rdrpcatch/rdrpcatch_wrapper.py +2 -2
- {rdrpcatch-0.0.2.dist-info → rdrpcatch-0.0.3.dist-info}/METADATA +1 -1
- {rdrpcatch-0.0.2.dist-info → rdrpcatch-0.0.3.dist-info}/RECORD +6 -6
- {rdrpcatch-0.0.2.dist-info → rdrpcatch-0.0.3.dist-info}/WHEEL +0 -0
- {rdrpcatch-0.0.2.dist-info → rdrpcatch-0.0.3.dist-info}/entry_points.txt +0 -0
- {rdrpcatch-0.0.2.dist-info → rdrpcatch-0.0.3.dist-info}/licenses/LICENSE +0 -0
rdrpcatch/rdrpcatch_wrapper.py
CHANGED
|
@@ -458,7 +458,7 @@ def run_scan(input_file, output_dir, db_options, db_dir, seq_type, verbose, e,in
|
|
|
458
458
|
outputs.mmseqs_e_search_output_path, 7, cpus, outputs.mmseqs_e_search_log_path).run_mmseqs_e_search()
|
|
459
459
|
|
|
460
460
|
utils.mmseqs_parser(outputs.mmseqs_tax_output_lca_path, outputs.mmseqs_e_search_output_path).tax_to_rdrpcatch(
|
|
461
|
-
outputs.
|
|
461
|
+
outputs.rdrpcatch_output_tsv, outputs.extended_rdrpcatch_output, seq_type)
|
|
462
462
|
|
|
463
463
|
|
|
464
464
|
elif seq_type == 'prot':
|
|
@@ -622,7 +622,7 @@ def run_scan(input_file, output_dir, db_options, db_dir, seq_type, verbose, e,in
|
|
|
622
622
|
outputs.mmseqs_e_search_output_path, 7, cpus, outputs.mmseqs_e_search_log_path).run_mmseqs_e_search()
|
|
623
623
|
|
|
624
624
|
utils.mmseqs_parser(outputs.mmseqs_tax_output_lca_path, outputs.mmseqs_e_search_output_path).tax_to_rdrpcatch(
|
|
625
|
-
outputs.
|
|
625
|
+
outputs.rdrpcatch_output_tsv, outputs.extended_rdrpcatch_output, seq_type)
|
|
626
626
|
|
|
627
627
|
|
|
628
628
|
end_time = logger.stop_timer(start_time, verbose)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
rdrpcatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
rdrpcatch/rdrpcatch_wrapper.py,sha256=
|
|
2
|
+
rdrpcatch/rdrpcatch_wrapper.py,sha256=skWDoNCTEKc_7eA6HjBIGe8jk-J1xnzU-zyOzCiA_jo,30525
|
|
3
3
|
rdrpcatch/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
rdrpcatch/cli/args.py,sha256=2E2gXY42hNasUP94HmPxpgVCA1glk_oN7D5ftbu6W2c,15805
|
|
5
5
|
rdrpcatch/rdrpcatch_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -12,8 +12,8 @@ rdrpcatch/rdrpcatch_scripts/plot.py,sha256=Y1mZL7rkKHFKEs2D7T2Qj2kpfiORmFwRLq1LY
|
|
|
12
12
|
rdrpcatch/rdrpcatch_scripts/run_pyhmmer.py,sha256=9zcMzaIwQ4_-NgYzG9kejxOBaDi-gbzaqpvZti8ZXA4,9008
|
|
13
13
|
rdrpcatch/rdrpcatch_scripts/run_seqkit.py,sha256=5y7DtJ6NLa4sRoBQOcjBfczKlqG_LibNrEqNmKLrHu0,4361
|
|
14
14
|
rdrpcatch/rdrpcatch_scripts/utils.py,sha256=Wx1GXhAPBfJw7x67sOu7WclZzMo0N3O-hxNYTVxc3v4,16780
|
|
15
|
-
rdrpcatch-0.0.
|
|
16
|
-
rdrpcatch-0.0.
|
|
17
|
-
rdrpcatch-0.0.
|
|
18
|
-
rdrpcatch-0.0.
|
|
19
|
-
rdrpcatch-0.0.
|
|
15
|
+
rdrpcatch-0.0.3.dist-info/METADATA,sha256=8tUKJfUQb2uEdha9EQuhI1OyEjXnWD4byUM6lzFBlZE,14000
|
|
16
|
+
rdrpcatch-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
17
|
+
rdrpcatch-0.0.3.dist-info/entry_points.txt,sha256=uiyoPO41jNz_KVOt2JdPak9NbVei-D8WQ6saMeMBFpE,53
|
|
18
|
+
rdrpcatch-0.0.3.dist-info/licenses/LICENSE,sha256=3jm5vKRMIaiETEFfNN34-oyWUShxZtmDmL38PNAwlUI,1120
|
|
19
|
+
rdrpcatch-0.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|