rdrpcatch 0.0.3__tar.gz → 0.0.4__tar.gz
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-0.0.3 → rdrpcatch-0.0.4}/.idea/workspace.xml +2 -3
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/PKG-INFO +1 -1
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/meta.yaml +14 -14
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/pyproject.toml +1 -1
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/utils.py +30 -15
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_wrapper.py +4 -4
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.gitignore +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/.gitignore +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/.name +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/ColaB-Scan.iml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/misc.xml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/modules.xml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/.idea/vcs.xml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/LICENSE +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/README.md +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/dependencies/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/dependencies/requirements.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/images/rdrpcatch_flowchart_v0.png +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/__init__.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/cli/__init__.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/cli/args.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/__init__.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/fetch_dbs.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/format_pyhmmer_out.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/gui.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/mmseqs_tax.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/paths.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/plot.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/run_pyhmmer.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/rdrpcatch/rdrpcatch_scripts/run_seqkit.py +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/meta_4test.yaml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch-1.0.0-py312_2.tar.bz2 +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_gff_files/test_translate_full_aminoacid_rdrpcatch.gff3 +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_full_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_trimmed_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_output_annotated.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_ID_score_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_contig_coverage_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_evalue_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_contig_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_plot_profile.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_profile_coverage_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_score_plot.html +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_upset_plot.png +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_Lucaprot_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RDRP-scan_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RVMT_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_Lucaprot_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RDRP-scan_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RVMT_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_e_search_output/test_translate_mmseqs_e_search.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_lca.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_report +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_aln +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_report +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/tmp/16608414482057878997/easy-taxonomy.sh +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_e_search.log +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_tax.log +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_rdrpcatch.log +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_combined.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_rdrpcatch_output.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_upset_data.tsv +0 -0
- {rdrpcatch-0.0.3 → rdrpcatch-0.0.4}/testing/test_translate.fasta +0 -0
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="d849e6fa-87f9-4e92-9c33-abef7cc975d3" name="Changes" comment="Updates: Update meta.yaml and .toml file Preparing for Pypi and Bioconda upload"
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/meta.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/meta.yaml" afterDir="false" />
|
|
9
|
-
</list>
|
|
7
|
+
<list default="true" id="d849e6fa-87f9-4e92-9c33-abef7cc975d3" name="Changes" comment="Updates: Update meta.yaml and .toml file Preparing for Pypi and Bioconda upload" />
|
|
10
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
12
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -117,6 +115,7 @@
|
|
|
117
115
|
<workItem from="1743013480572" duration="6846000" />
|
|
118
116
|
<workItem from="1743683517488" duration="7013000" />
|
|
119
117
|
<workItem from="1743714892367" duration="21775000" />
|
|
118
|
+
<workItem from="1744200654491" duration="635000" />
|
|
120
119
|
</task>
|
|
121
120
|
<task id="LOCAL-00001" summary="First commit: Script for benchmark">
|
|
122
121
|
<option name="closed" value="true" />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{% set name = "RdRpCATCH" %}
|
|
2
|
-
{% set version = "0.0.
|
|
2
|
+
{% set version = "0.0.1" %}
|
|
3
3
|
{% set sha256 = "6454b1a6f98e461ca82d181b1595e5f06448786540b6daa2c4de31c38b255412" %}
|
|
4
4
|
|
|
5
5
|
package:
|
|
@@ -13,7 +13,7 @@ source:
|
|
|
13
13
|
build:
|
|
14
14
|
number: 0
|
|
15
15
|
noarch: python
|
|
16
|
-
script: {{ PYTHON }} -m pip install . -
|
|
16
|
+
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
|
|
17
17
|
run_exports:
|
|
18
18
|
- {{ pin_compatible('rdrpcatch', max_pin='x.x.x') }}
|
|
19
19
|
entry_points:
|
|
@@ -26,17 +26,17 @@ requirements:
|
|
|
26
26
|
- pip
|
|
27
27
|
run:
|
|
28
28
|
- python >=3.12
|
|
29
|
-
- mmseqs2
|
|
30
|
-
- seqkit
|
|
31
|
-
- pyhmmer
|
|
32
|
-
- needletail
|
|
33
|
-
- polars
|
|
34
|
-
- rich
|
|
35
|
-
- rich-click
|
|
36
|
-
- upsetplot
|
|
37
|
-
- matplotlib-base
|
|
38
|
-
- altair
|
|
39
|
-
- requests
|
|
29
|
+
- mmseqs2 ==17.b804f
|
|
30
|
+
- seqkit ==2.10.0
|
|
31
|
+
- pyhmmer ==0.11.0
|
|
32
|
+
- needletail ==0.6.3
|
|
33
|
+
- polars ==1.26.0
|
|
34
|
+
- rich ==13.9.4
|
|
35
|
+
- rich-click ==1.8.8
|
|
36
|
+
- upsetplot ==0.9.0
|
|
37
|
+
- matplotlib-base ==3.10.1
|
|
38
|
+
- altair ==5.5.0
|
|
39
|
+
- requests ==2.32.3
|
|
40
40
|
|
|
41
41
|
test:
|
|
42
42
|
commands:
|
|
@@ -49,7 +49,7 @@ about:
|
|
|
49
49
|
license: MIT
|
|
50
50
|
license_family: MIT
|
|
51
51
|
license_file: LICENSE
|
|
52
|
-
summary: RNA virus RdRp sequence scanner
|
|
52
|
+
summary: "RNA virus RdRp sequence scanner."
|
|
53
53
|
description: |
|
|
54
54
|
RdRpCATCH (RNA-dependent RNA polymerase Collaborative Analysis Tool with Collections of pHMMs)
|
|
55
55
|
is a tool for scanning sequences for RNA-dependent RNA polymerases (RdRps) using profile HMMs.
|
|
@@ -255,33 +255,48 @@ class fasta:
|
|
|
255
255
|
self.logger.silent_log(f"Processing {len(rdrp_coords_list)} coordinates")
|
|
256
256
|
self.logger.silent_log(f"First few coordinates: {rdrp_coords_list[:3]}")
|
|
257
257
|
|
|
258
|
+
contig_dict = {}
|
|
259
|
+
for contig_name, rdrp_from, rdrp_to in rdrp_coords_list:
|
|
260
|
+
contig_key = str(contig_name).strip()
|
|
261
|
+
if contig_key not in contig_dict:
|
|
262
|
+
contig_dict[contig_key] = []
|
|
263
|
+
contig_dict[contig_key].append((rdrp_from, rdrp_to))
|
|
264
|
+
|
|
258
265
|
reader = needletail.parse_fastx_file(self.fasta_file)
|
|
259
266
|
matches_found = 0
|
|
260
267
|
with open(outfile, 'w') as out_handle:
|
|
261
268
|
for record in reader:
|
|
262
|
-
#
|
|
269
|
+
# Get the record ID
|
|
263
270
|
record_id = record.id.strip().split(" ")[0]
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
contig_name = str(contig_name).strip()
|
|
271
|
+
|
|
272
|
+
# Check if this record matches any of our target contigs
|
|
273
|
+
if record_id in contig_dict:
|
|
268
274
|
if self.logger:
|
|
269
|
-
self.logger.silent_log(f"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
275
|
+
self.logger.silent_log(f"Match found for record ID: '{record_id}'")
|
|
276
|
+
|
|
277
|
+
# Process all matching coordinates for this contig
|
|
278
|
+
for rdrp_from, rdrp_to in contig_dict[record_id]:
|
|
279
|
+
seq = record.seq[rdrp_from - 1:rdrp_to]
|
|
273
280
|
fasta_header = f"{record_id}_RdRp_{rdrp_from}-{rdrp_to}"
|
|
274
281
|
out_handle.write(f">{fasta_header}\n{seq}\n")
|
|
282
|
+
matches_found += 1
|
|
283
|
+
|
|
284
|
+
# Remove the processed contig to avoid future checks
|
|
285
|
+
del contig_dict[record_id]
|
|
286
|
+
|
|
287
|
+
# If all contigs have been found, exit early
|
|
288
|
+
if not contig_dict:
|
|
275
289
|
if self.logger:
|
|
276
|
-
self.logger.silent_log(
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
self.logger.silent_log(f"No match - lengths: {len(record_id)}|{len(contig_name)}, "
|
|
280
|
-
f"record_id bytes: {record_id.encode()}, contig bytes: {contig_name.encode()}")
|
|
281
|
-
|
|
290
|
+
self.logger.silent_log("All contigs processed. Exiting early.")
|
|
291
|
+
break
|
|
292
|
+
|
|
282
293
|
if self.logger:
|
|
283
294
|
self.logger.silent_log(f"Total matches found: {matches_found}")
|
|
284
295
|
|
|
296
|
+
return matches_found
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
285
300
|
|
|
286
301
|
class mmseqs_parser:
|
|
287
302
|
|
|
@@ -581,9 +581,9 @@ def run_scan(input_file, output_dir, db_options, db_dir, seq_type, verbose, e,in
|
|
|
581
581
|
utils.fasta(input_file).write_fasta(utils.fasta(input_file).extract_contigs(combined_set), outputs.fasta_prot_out_path)
|
|
582
582
|
|
|
583
583
|
if verbose:
|
|
584
|
-
logger.loud_log(f"
|
|
584
|
+
logger.loud_log(f"Full aminoacid contigs written to: {outputs.fasta_prot_out_path}")
|
|
585
585
|
else:
|
|
586
|
-
logger.silent_log(f"
|
|
586
|
+
logger.silent_log(f" Full aminoacid contigs written to: {outputs.fasta_prot_out_path}")
|
|
587
587
|
|
|
588
588
|
if not os.path.exists(outputs.gff_output_dir):
|
|
589
589
|
outputs.gff_output_dir.mkdir(parents=True)
|
|
@@ -594,9 +594,9 @@ def run_scan(input_file, output_dir, db_options, db_dir, seq_type, verbose, e,in
|
|
|
594
594
|
utils.fasta(input_file, logger).write_fasta_coords(rdrp_coords_list,outputs.fasta_trimmed_out_path, seq_type)
|
|
595
595
|
|
|
596
596
|
if verbose:
|
|
597
|
-
logger.loud_log(f"
|
|
597
|
+
logger.loud_log(f"Trimmed contigs written to: {outputs.fasta_trimmed_out_path}")
|
|
598
598
|
else:
|
|
599
|
-
logger.silent_log(f"
|
|
599
|
+
logger.silent_log(f"Trimmed contigs written to: {outputs.fasta_trimmed_out_path}")
|
|
600
600
|
|
|
601
601
|
if not os.path.exists(outputs.mmseqs_tax_output_dir):
|
|
602
602
|
outputs.mmseqs_tax_output_dir.mkdir(parents=True)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|