File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ Start with a fresh python virtual environment:
99``` bash
1010python -m venv geneml
1111. geneml/bin/activate
12- # Now install the latest release from TestPyPI :
13- pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple geneml
12+ # Now install the latest release from PyPI :
13+ pip install geneml
1414```
1515
1616### Using conda
1717Or use a conda environment:
1818``` bash
1919conda create -n geneml -c conda-forge python=3.13 pip
2020conda activate geneml
21- # Now install the latest release from TestPyPI :
22- pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple geneml
21+ # Now install the latest release from PyPI :
22+ pip install geneml
2323```
2424
2525### Directly from the repo
@@ -93,7 +93,7 @@ usage: geneml [-h] [--version] [-o OUTPUT] [-g GENES] [-p PROTEINS] [--gene-id-p
9393 [--exon-end-min-score EXON_END_MIN_SCORE] [--gene-candidates GENE_CANDIDATES]
9494 sequence
9595
96- geneML 0.5 .0
96+ geneML 1.0 .0
9797
9898positional arguments:
9999 sequence Sequence file in FASTA/GenBank/EMBL format.
You can’t perform that action at this time.
0 commit comments