rdrpcatch 0.0.1__tar.gz → 0.0.1.post1__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.1 → rdrpcatch-0.0.1.post1}/.idea/workspace.xml +5 -3
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/PKG-INFO +4 -12
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/README.md +2 -10
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/meta.yaml +18 -11
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/pyproject.toml +1 -1
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.gitignore +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/.gitignore +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/.name +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/ColaB-Scan.iml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/misc.xml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/modules.xml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/.idea/vcs.xml +0 -0
- /rdrpcatch-0.0.1/LICENCE → /rdrpcatch-0.0.1.post1/LICENSE +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/dependencies/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/dependencies/requirements.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/images/rdrpcatch_flowchart_v0.png +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/__init__.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/cli/__init__.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/cli/args.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/__init__.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/fetch_dbs.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/format_pyhmmer_out.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/gui.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/mmseqs_tax.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/paths.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/plot.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/run_pyhmmer.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/run_seqkit.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_scripts/utils.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/rdrpcatch/rdrpcatch_wrapper.py +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/meta_4test.yaml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch-1.0.0-py312_2.tar.bz2 +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_env.yaml +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_gff_files/test_translate_full_aminoacid_rdrpcatch.gff3 +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_full_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_fasta/test_translate_trimmed_aminoacid_contigs.fasta +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_output_annotated.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_ID_score_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_contig_coverage_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_evalue_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_contig_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_norm_bitscore_plot_profile.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_profile_coverage_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_score_plot.html +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/test_translate_rdrpcatch_plots/test_translate_upset_plot.png +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_Lucaprot_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_NeoRdRp_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RDRP-scan_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_RVMT_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/best_hit_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_best_hit.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_Lucaprot_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp.2.1_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_NeoRdRp_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RDRP-scan_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_RVMT_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_fam_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/formatted_hmm_output/test_translate_TSA_Olendraite_gen_hmm_output_formatted.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_Lucaprot_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp.2.1_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_NeoRdRp_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RDRP-scan_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_RVMT_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_fam_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.custom.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/hmm_output/test_translate_TSA_Olendraite_gen_hmmsearch_output.txt +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_e_search_output/test_translate_mmseqs_e_search.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_lca.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_report +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_aln +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/test_translate_mmseqs_tax_tophit_report +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/mmseqs_tax_output/tmp/16608414482057878997/easy-taxonomy.sh +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_e_search.log +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_mmseqs_tax.log +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/test_translate_logs/test_translate_rdrpcatch.log +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_combined.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_rdrpcatch_output.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/rdrpcatch_test_translate/tmp/tsv_files/test_translate_upset_data.tsv +0 -0
- {rdrpcatch-0.0.1 → rdrpcatch-0.0.1.post1}/testing/test_translate.fasta +0 -0
|
@@ -4,7 +4,9 @@
|
|
|
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"
|
|
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>
|
|
8
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
12
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -20,7 +22,7 @@
|
|
|
20
22
|
<component name="Git.Settings">
|
|
21
23
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
22
24
|
<map>
|
|
23
|
-
<entry key="$PROJECT_DIR$" value="
|
|
25
|
+
<entry key="$PROJECT_DIR$" value="development" />
|
|
24
26
|
</map>
|
|
25
27
|
</option>
|
|
26
28
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
@@ -114,7 +116,7 @@
|
|
|
114
116
|
<workItem from="1742807277231" duration="2098000" />
|
|
115
117
|
<workItem from="1743013480572" duration="6846000" />
|
|
116
118
|
<workItem from="1743683517488" duration="7013000" />
|
|
117
|
-
<workItem from="1743714892367" duration="
|
|
119
|
+
<workItem from="1743714892367" duration="21775000" />
|
|
118
120
|
</task>
|
|
119
121
|
<task id="LOCAL-00001" summary="First commit: Script for benchmark">
|
|
120
122
|
<option name="closed" value="true" />
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rdrpcatch
|
|
3
|
-
Version: 0.0.1
|
|
3
|
+
Version: 0.0.1.post1
|
|
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
|
|
7
7
|
Author-email: Dimitris Karapliafis <dimitris.karapliafis@wur.nl>, Uri Neri <uneri@lbl.gov>, RdRpCATCH contributors <dimitris.karapliafis@wur.nl>
|
|
8
8
|
License: MIT
|
|
9
|
-
License-File:
|
|
9
|
+
License-File: LICENSE
|
|
10
10
|
Requires-Python: >=3.12
|
|
11
11
|
Requires-Dist: altair==5.5.0
|
|
12
12
|
Requires-Dist: matplotlib==3.10.1
|
|
@@ -58,11 +58,6 @@ Supported databases
|
|
|
58
58
|
|
|
59
59
|
## Installation
|
|
60
60
|
|
|
61
|
-
### Installation instructions for testing phase
|
|
62
|
-
|
|
63
|
-
RdRpCATCH will be available as a bioconda package soon. For the testing phase, we provide a tarball and a .yaml file to
|
|
64
|
-
install the tool and its dependencies. The .tar.bz2 is created for Linux systems but should work on MacOS as well.
|
|
65
|
-
(Windows is not supported)
|
|
66
61
|
|
|
67
62
|
#### Prerequisites
|
|
68
63
|
For the installation process, conda is required. If you don't have conda installed, you can find instructions on how to
|
|
@@ -72,10 +67,7 @@ Mamba is a faster alternative to conda. If you have it installed, you can use it
|
|
|
72
67
|
#### Installation steps
|
|
73
68
|
|
|
74
69
|
The package is available as a bioconda package. You can install it using the following command:
|
|
75
|
-
|
|
76
|
-
conda install -c bioconda rdrpcatch
|
|
77
|
-
```
|
|
78
|
-
or
|
|
70
|
+
|
|
79
71
|
```bash
|
|
80
72
|
conda env create rdrpcatch -c bioconda rdrpcatch
|
|
81
73
|
```
|
|
@@ -220,4 +212,4 @@ Dimitris Karapliafis (dimitris.karapliafis@wur.nl), potentially via slack/teams
|
|
|
220
212
|
TBD up to Dimitris and Anne
|
|
221
213
|
|
|
222
214
|
## Licence
|
|
223
|
-
[MIT](
|
|
215
|
+
[MIT](LICENSE)
|
|
@@ -36,11 +36,6 @@ Supported databases
|
|
|
36
36
|
|
|
37
37
|
## Installation
|
|
38
38
|
|
|
39
|
-
### Installation instructions for testing phase
|
|
40
|
-
|
|
41
|
-
RdRpCATCH will be available as a bioconda package soon. For the testing phase, we provide a tarball and a .yaml file to
|
|
42
|
-
install the tool and its dependencies. The .tar.bz2 is created for Linux systems but should work on MacOS as well.
|
|
43
|
-
(Windows is not supported)
|
|
44
39
|
|
|
45
40
|
#### Prerequisites
|
|
46
41
|
For the installation process, conda is required. If you don't have conda installed, you can find instructions on how to
|
|
@@ -50,10 +45,7 @@ Mamba is a faster alternative to conda. If you have it installed, you can use it
|
|
|
50
45
|
#### Installation steps
|
|
51
46
|
|
|
52
47
|
The package is available as a bioconda package. You can install it using the following command:
|
|
53
|
-
|
|
54
|
-
conda install -c bioconda rdrpcatch
|
|
55
|
-
```
|
|
56
|
-
or
|
|
48
|
+
|
|
57
49
|
```bash
|
|
58
50
|
conda env create rdrpcatch -c bioconda rdrpcatch
|
|
59
51
|
```
|
|
@@ -198,4 +190,4 @@ Dimitris Karapliafis (dimitris.karapliafis@wur.nl), potentially via slack/teams
|
|
|
198
190
|
TBD up to Dimitris and Anne
|
|
199
191
|
|
|
200
192
|
## Licence
|
|
201
|
-
[MIT](
|
|
193
|
+
[MIT](LICENSE)
|
|
@@ -7,12 +7,17 @@ package:
|
|
|
7
7
|
|
|
8
8
|
source:
|
|
9
9
|
url: https://github.com/dimitris-karapliafis/RdRpCATCH/archive/refs/tags/v{{ version }}.tar.gz
|
|
10
|
-
sha256:
|
|
10
|
+
sha256: 6454b1a6f98e461ca82d181b1595e5f06448786540b6daa2c4de31c38b255412
|
|
11
11
|
|
|
12
12
|
build:
|
|
13
13
|
number: 0
|
|
14
14
|
noarch: python
|
|
15
15
|
script: {{ PYTHON }} -m pip install . -vv
|
|
16
|
+
run_exports:
|
|
17
|
+
- {{ pin_compatible('matplotlib-base', max_pin='x.x') }}
|
|
18
|
+
- {{ pin_compatible('pyhmmer', max_pin='x.x') }}
|
|
19
|
+
- {{ pin_compatible('polars', max_pin='x.x') }}
|
|
20
|
+
- {{ pin_compatible('altair', max_pin='x.x.x') }}
|
|
16
21
|
entry_points:
|
|
17
22
|
- rdrpcatch = rdrpcatch.cli.args:cli
|
|
18
23
|
|
|
@@ -23,16 +28,18 @@ requirements:
|
|
|
23
28
|
- pip
|
|
24
29
|
run:
|
|
25
30
|
- python >=3.12
|
|
26
|
-
- mmseqs2==17.b804f
|
|
27
|
-
- seqkit==2.10.0
|
|
28
|
-
- pyhmmer==0.11.0
|
|
29
|
-
- needletail==0.6.3
|
|
30
|
-
- polars==1.26.0
|
|
31
|
-
- rich==13.9.4
|
|
32
|
-
- rich-click==1.8.8
|
|
33
|
-
- upsetplot==0.9.0
|
|
34
|
-
- matplotlib==3.10.1
|
|
35
|
-
- altair==5.5.0
|
|
31
|
+
- mmseqs2 ==17.b804f
|
|
32
|
+
- seqkit ==2.10.0
|
|
33
|
+
- pyhmmer ==0.11.0
|
|
34
|
+
- needletail ==0.6.3
|
|
35
|
+
- polars ==1.26.0
|
|
36
|
+
- rich ==13.9.4
|
|
37
|
+
- rich-click ==1.8.8
|
|
38
|
+
- upsetplot ==0.9.0
|
|
39
|
+
- matplotlib-base ==3.10.1
|
|
40
|
+
- altair ==5.5.0
|
|
41
|
+
- requests ==2.32.3
|
|
42
|
+
|
|
36
43
|
|
|
37
44
|
test:
|
|
38
45
|
commands:
|
|
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
|
|
File without changes
|