rdrpcatch 0.0.8__tar.gz → 0.0.9__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.8 → rdrpcatch-0.0.9}/.idea/workspace.xml +38 -10
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/PKG-INFO +11 -9
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/README.md +10 -8
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/meta.yaml +3 -3
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/pyproject.toml +1 -1
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/cli/args.py +4 -4
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_wrapper.py +1 -1
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.gitignore +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/.gitignore +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/.name +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/ColaB-Scan.iml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/misc.xml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/modules.xml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/.idea/vcs.xml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/LICENSE +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/dependencies/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/dependencies/requirements.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/images/rdrpcatch_flowchart_v0.png +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/images/rdrpcatch_illustration.png +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/__init__.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/cli/__init__.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/__init__.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/fetch_dbs.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/format_pyhmmer_out.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/gui.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/mmseqs_tax.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/paths.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/plot.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/run_pyhmmer.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/run_seqkit.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/rdrpcatch/rdrpcatch_scripts/utils.py +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/meta_4test.yaml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch-1.0.0-py312_2.tar.bz2 +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_gff_files/test_translate_full_aminoacid_rdrpcatch.gff3 +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_full_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_trimmed_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_output_annotated.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_ID_score_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_contig_coverage_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_evalue_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_contig_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_plot_profile.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_profile_coverage_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_score_plot.html +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_upset_plot.png +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_Lucaprot_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RDRP-scan_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RVMT_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_Lucaprot_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RDRP-scan_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RVMT_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_e_search_output/test_translate_mmseqs_e_search.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_lca.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_report +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_aln +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_report +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/tmp/16608414482057878997/easy-taxonomy.sh +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_e_search.log +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_tax.log +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_rdrpcatch.log +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_combined.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_rdrpcatch_output.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_upset_data.tsv +0 -0
- {rdrpcatch-0.0.8 → rdrpcatch-0.0.9}/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="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
9
|
-
</list>
|
|
7
|
+
<list default="true" id="d849e6fa-87f9-4e92-9c33-abef7cc975d3" name="Changes" comment="Bug fixes" />
|
|
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" />
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
45
43
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
46
44
|
"ignore.virus.scanning.warn.message": "true",
|
|
47
|
-
"last_opened_file_path": "C:/Users/karso/PycharmProjects/
|
|
45
|
+
"last_opened_file_path": "C:/Users/karso/PycharmProjects/bioconda_recipes",
|
|
48
46
|
"node.js.detected.package.eslint": "true",
|
|
49
47
|
"node.js.detected.package.tslint": "true",
|
|
50
48
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
@@ -129,7 +127,13 @@
|
|
|
129
127
|
<workItem from="1750247217114" duration="128000" />
|
|
130
128
|
<workItem from="1750854909876" duration="599000" />
|
|
131
129
|
<workItem from="1751007640706" duration="596000" />
|
|
132
|
-
<workItem from="1751535404721" duration="
|
|
130
|
+
<workItem from="1751535404721" duration="19179000" />
|
|
131
|
+
<workItem from="1751979275998" duration="99000" />
|
|
132
|
+
<workItem from="1752554982335" duration="3354000" />
|
|
133
|
+
<workItem from="1752590986032" duration="642000" />
|
|
134
|
+
<workItem from="1753197756503" duration="3070000" />
|
|
135
|
+
<workItem from="1755379572482" duration="1765000" />
|
|
136
|
+
<workItem from="1770303390426" duration="217000" />
|
|
133
137
|
</task>
|
|
134
138
|
<task id="LOCAL-00001" summary="First commit: Script for benchmark">
|
|
135
139
|
<option name="closed" value="true" />
|
|
@@ -419,7 +423,31 @@
|
|
|
419
423
|
<option name="project" value="LOCAL" />
|
|
420
424
|
<updated>1751587669980</updated>
|
|
421
425
|
</task>
|
|
422
|
-
<
|
|
426
|
+
<task id="LOCAL-00037" summary="Polish meta.yml">
|
|
427
|
+
<option name="closed" value="true" />
|
|
428
|
+
<created>1751623835098</created>
|
|
429
|
+
<option name="number" value="00037" />
|
|
430
|
+
<option name="presentableId" value="LOCAL-00037" />
|
|
431
|
+
<option name="project" value="LOCAL" />
|
|
432
|
+
<updated>1751623835098</updated>
|
|
433
|
+
</task>
|
|
434
|
+
<task id="LOCAL-00038" summary="Update rdrpcatch to version 0.0.8">
|
|
435
|
+
<option name="closed" value="true" />
|
|
436
|
+
<created>1751625641622</created>
|
|
437
|
+
<option name="number" value="00038" />
|
|
438
|
+
<option name="presentableId" value="LOCAL-00038" />
|
|
439
|
+
<option name="project" value="LOCAL" />
|
|
440
|
+
<updated>1751625641622</updated>
|
|
441
|
+
</task>
|
|
442
|
+
<task id="LOCAL-00039" summary="Bug fixes">
|
|
443
|
+
<option name="closed" value="true" />
|
|
444
|
+
<created>1755380495287</created>
|
|
445
|
+
<option name="number" value="00039" />
|
|
446
|
+
<option name="presentableId" value="LOCAL-00039" />
|
|
447
|
+
<option name="project" value="LOCAL" />
|
|
448
|
+
<updated>1755380495287</updated>
|
|
449
|
+
</task>
|
|
450
|
+
<option name="localTasksCounter" value="40" />
|
|
423
451
|
<servers />
|
|
424
452
|
</component>
|
|
425
453
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -437,9 +465,6 @@
|
|
|
437
465
|
</option>
|
|
438
466
|
</component>
|
|
439
467
|
<component name="VcsManagerConfiguration">
|
|
440
|
-
<MESSAGE value="Script progress: GUI implementation with tkinter Summarised ColabScan output added Improvement of command line arguments General fixes" />
|
|
441
|
-
<MESSAGE value="Script progress: Reimplementation of argument parsing to support 3 modes: Scan, Download and GUI Implementation of runtime calculation Rename seqkit.py to run_seqkit.py" />
|
|
442
|
-
<MESSAGE value="Script progress: Introduce test for Fasta seq length to avoid crushing pyHMMER Add RdRp coordinates to output and Fasta file (only for aminoacid sequences) Correction of scores calculation for coverage Fix scaling of e-value plot (converted to log-scale) Introduce saving intermidiate files to tmp directory" />
|
|
443
468
|
<MESSAGE value="Major refactoring Formatted as a conda package Removal of redundant files and directories Addition of annotation via mmseqs easy-taxonomy and mmseqs easy-search Tidy up output directories Addition of requirements.txt and" />
|
|
444
469
|
<MESSAGE value="Major refactoring Formatted as a conda package Removal of redundant files and directories Addition of annotation via mmseqs easy-taxonomy and mmseqs easy-search Tidy up output directories Addition of requirements.txt and conda .yaml file for dependencies" />
|
|
445
470
|
<MESSAGE value="Updates: Drop GUI Minor fixes" />
|
|
@@ -462,6 +487,9 @@
|
|
|
462
487
|
<MESSAGE value="Updates: Update .toml" />
|
|
463
488
|
<MESSAGE value="Updates: Command line argument parsing without underscore characters Module download renamed to databases Implementation of integration of custom databases Fixed bug with reading the directories of Lucaprot_HMM and Zayed_HMM Update .toml" />
|
|
464
489
|
<MESSAGE value="Polish README.md" />
|
|
465
|
-
<
|
|
490
|
+
<MESSAGE value="Polish meta.yml" />
|
|
491
|
+
<MESSAGE value="Update rdrpcatch to version 0.0.8" />
|
|
492
|
+
<MESSAGE value="Bug fixes" />
|
|
493
|
+
<option name="LAST_COMMIT_MESSAGE" value="Bug fixes" />
|
|
466
494
|
</component>
|
|
467
495
|
</project>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rdrpcatch
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Dynamic: Summary
|
|
5
5
|
Project-URL: Home, https://github.com/dimitris-karapliafis/RdRpCATCH
|
|
6
6
|
Project-URL: Source, https://github.com/dimitris-karapliafis/RdRpCATCH
|
|
@@ -109,16 +109,18 @@ Activate the environment and download the RdRpCATCH databases:
|
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
111
|
conda activate rdrpcatch
|
|
112
|
-
rdrpcatch databases --
|
|
112
|
+
rdrpcatch databases --destination-dir path/to/store/databases
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
* Note 1: The databases are large files and may take some time to download (~ 3 GB).
|
|
116
116
|
* Note 2: The databases are stored in the specified directory, and the path is required to run RdRpCATCH.
|
|
117
117
|
* Note 3: If you encounter an SSL error while downloading, please try again. The error seems to appear sporadically during testing, and a simple re-initiation of the downloading process seems to fix it.
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
* Note 4: If the SSL error persists, or there is any other error related to downloading the databases, please let us know by raising an issue. In this case, you can download the pre-compiled databases manually via the zenodo repository
|
|
119
|
+
[10.5281/zenodo.15463729](https://doi.org/10.5281/zenodo.15463729) Save the repository to a local directory of your preferance, and then use the following command:
|
|
120
|
+
```bash
|
|
121
|
+
tar -xvf rdrpcatch_dbs.tar
|
|
122
|
+
```
|
|
123
|
+
|
|
122
124
|
## Usage
|
|
123
125
|
RdRpCATCH can be used as a CLI tool as follows:
|
|
124
126
|
|
|
@@ -133,7 +135,7 @@ rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/data
|
|
|
133
135
|
## Input description
|
|
134
136
|
The input file can be one or more nucleotide or protein sequences in multi-fasta format.
|
|
135
137
|
The output directory is where the results will be stored. We recommend specifying the type of the sequence in the command line,
|
|
136
|
-
An optional argument `--
|
|
138
|
+
An optional argument `--seq-type` (nuc or prot) can be used to specify if the input fasta file sequences are nucleotide or amino acid.
|
|
137
139
|
|
|
138
140
|
|
|
139
141
|
## Setting up custom pHMM databases
|
|
@@ -154,7 +156,7 @@ rdrpcatch databases --add-custom-db path/to/my_custom_rdrp_database --destinatio
|
|
|
154
156
|
- The custom database can then be used with the `rdrpcatch scan` command by specifying the `--custom-dbs` argument as follows:
|
|
155
157
|
-
|
|
156
158
|
```bash
|
|
157
|
-
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -
|
|
159
|
+
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/database --custom-dbs custom_database_name
|
|
158
160
|
```
|
|
159
161
|
|
|
160
162
|
- The `custom_database_name` should be the name of the directory that contains the custom pHMM files, without the path.
|
|
@@ -164,7 +166,7 @@ rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db_dir path/to/data
|
|
|
164
166
|
- For example, if you want to use the NeoRdRp and RVMT databases along with your custom database, you would use the following command:
|
|
165
167
|
|
|
166
168
|
```bash
|
|
167
|
-
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -
|
|
169
|
+
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/database --db-options NeoRdRp,RVMT --custom-dbs my_custom_rdrp_database
|
|
168
170
|
```
|
|
169
171
|
|
|
170
172
|
- Note: By default, RdRpCATCH will search against all pre-compiled databases if no `--db_options` argument is specified. If you want to use only the custom databases, you can specify `--db_options none` to avoid searching against the pre-compiled databases.
|
|
@@ -87,16 +87,18 @@ Activate the environment and download the RdRpCATCH databases:
|
|
|
87
87
|
|
|
88
88
|
```bash
|
|
89
89
|
conda activate rdrpcatch
|
|
90
|
-
rdrpcatch databases --
|
|
90
|
+
rdrpcatch databases --destination-dir path/to/store/databases
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
* Note 1: The databases are large files and may take some time to download (~ 3 GB).
|
|
94
94
|
* Note 2: The databases are stored in the specified directory, and the path is required to run RdRpCATCH.
|
|
95
95
|
* Note 3: If you encounter an SSL error while downloading, please try again. The error seems to appear sporadically during testing, and a simple re-initiation of the downloading process seems to fix it.
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
* Note 4: If the SSL error persists, or there is any other error related to downloading the databases, please let us know by raising an issue. In this case, you can download the pre-compiled databases manually via the zenodo repository
|
|
97
|
+
[10.5281/zenodo.15463729](https://doi.org/10.5281/zenodo.15463729) Save the repository to a local directory of your preferance, and then use the following command:
|
|
98
|
+
```bash
|
|
99
|
+
tar -xvf rdrpcatch_dbs.tar
|
|
100
|
+
```
|
|
101
|
+
|
|
100
102
|
## Usage
|
|
101
103
|
RdRpCATCH can be used as a CLI tool as follows:
|
|
102
104
|
|
|
@@ -111,7 +113,7 @@ rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/data
|
|
|
111
113
|
## Input description
|
|
112
114
|
The input file can be one or more nucleotide or protein sequences in multi-fasta format.
|
|
113
115
|
The output directory is where the results will be stored. We recommend specifying the type of the sequence in the command line,
|
|
114
|
-
An optional argument `--
|
|
116
|
+
An optional argument `--seq-type` (nuc or prot) can be used to specify if the input fasta file sequences are nucleotide or amino acid.
|
|
115
117
|
|
|
116
118
|
|
|
117
119
|
## Setting up custom pHMM databases
|
|
@@ -132,7 +134,7 @@ rdrpcatch databases --add-custom-db path/to/my_custom_rdrp_database --destinatio
|
|
|
132
134
|
- The custom database can then be used with the `rdrpcatch scan` command by specifying the `--custom-dbs` argument as follows:
|
|
133
135
|
-
|
|
134
136
|
```bash
|
|
135
|
-
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -
|
|
137
|
+
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/database --custom-dbs custom_database_name
|
|
136
138
|
```
|
|
137
139
|
|
|
138
140
|
- The `custom_database_name` should be the name of the directory that contains the custom pHMM files, without the path.
|
|
@@ -142,7 +144,7 @@ rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db_dir path/to/data
|
|
|
142
144
|
- For example, if you want to use the NeoRdRp and RVMT databases along with your custom database, you would use the following command:
|
|
143
145
|
|
|
144
146
|
```bash
|
|
145
|
-
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -
|
|
147
|
+
rdrpcatch scan -i path/to/input.fasta -o path/to/output_dir -db-dir path/to/database --db-options NeoRdRp,RVMT --custom-dbs my_custom_rdrp_database
|
|
146
148
|
```
|
|
147
149
|
|
|
148
150
|
- Note: By default, RdRpCATCH will search against all pre-compiled databases if no `--db_options` argument is specified. If you want to use only the custom databases, you can specify `--db_options none` to avoid searching against the pre-compiled databases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{% set name = "RdRpCATCH" %}
|
|
2
|
-
{% set version = "0.0.
|
|
3
|
-
{% set sha256 = "
|
|
2
|
+
{% set version = "0.0.9" %}
|
|
3
|
+
{% set sha256 = "a4e6015fbcd74df5050ac2ee94a3c2a2b2587b3d167f40742b3f2e782ab06511" %}
|
|
4
4
|
|
|
5
5
|
package:
|
|
6
6
|
name: {{ name|lower }}
|
|
@@ -42,7 +42,7 @@ test:
|
|
|
42
42
|
commands:
|
|
43
43
|
- rdrpcatch --help
|
|
44
44
|
- rdrpcatch scan --help
|
|
45
|
-
- rdrpcatch
|
|
45
|
+
- rdrpcatch databases --help
|
|
46
46
|
|
|
47
47
|
about:
|
|
48
48
|
home: https://github.com/dimitris-karapliafis/RdRpCATCH
|
|
@@ -76,7 +76,7 @@ def cli():
|
|
|
76
76
|
" TSA_Olendraite_fam, TSA_Olendraite_gen, RDRP-scan,Lucaprot_HMM, Zayed_HMM, all, none. ")
|
|
77
77
|
@click.option("--custom-dbs",
|
|
78
78
|
help="Path to directory containing custom MSAs/pHMM files to use as additional databases")
|
|
79
|
-
@click.option("-
|
|
79
|
+
@click.option("-seq-type", "--seq-type",
|
|
80
80
|
type=click.STRING,
|
|
81
81
|
default=None,
|
|
82
82
|
help="Type of sequence to search against: (prot,nuc) Default: unknown")
|
|
@@ -107,11 +107,11 @@ def cli():
|
|
|
107
107
|
type=click.INT,
|
|
108
108
|
default=1,
|
|
109
109
|
help="Number of CPUs to use for HMMsearch. (default: 1)")
|
|
110
|
-
@click.option('-
|
|
110
|
+
@click.option('-length-thr', '--length-thr',
|
|
111
111
|
type=click.INT,
|
|
112
112
|
default=400,
|
|
113
113
|
help="Minimum length threshold for seqkit seq. (default: 400)")
|
|
114
|
-
@click.option('-gen-code', '--
|
|
114
|
+
@click.option('-gen-code', '--gen-code',
|
|
115
115
|
type=click.INT,
|
|
116
116
|
default=1,
|
|
117
117
|
help='Genetic code to use for translation. (default: 1) Possible genetic codes (supported by seqkit translate) : 1: The Standard Code, '
|
|
@@ -142,7 +142,7 @@ def cli():
|
|
|
142
142
|
is_flag=True,
|
|
143
143
|
default=False,
|
|
144
144
|
help="Bundle the output files into a single archive. (default: False)")
|
|
145
|
-
@click.option('-keep-tmp', '--
|
|
145
|
+
@click.option('-keep-tmp', '--keep-tmp',
|
|
146
146
|
is_flag=True,
|
|
147
147
|
default=False,
|
|
148
148
|
help="Keep temporary files (Expert users) (default: False)")
|
|
@@ -237,7 +237,7 @@ def run_scan(input_file, output_dir, db_options, db_dir, custom_dbs, seq_type,
|
|
|
237
237
|
elif db == "NeoRdRp".lower():
|
|
238
238
|
db_name_list.append("NeoRdRp")
|
|
239
239
|
db_path_list.append(neordrp_hmm_db)
|
|
240
|
-
elif db == "NeoRdRp.2.1":
|
|
240
|
+
elif db == "NeoRdRp.2.1".lower():
|
|
241
241
|
db_name_list.append("NeoRdRp.2.1".lower())
|
|
242
242
|
db_path_list.append(neordrp_2_hmm_db)
|
|
243
243
|
elif db == "TSA_Olendraite_fam".lower():
|
|
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
|