Skip to content

Commit 6f73d64

Browse files
committed
TST Test on Python 3.10
1 parent bcead3d commit 6f73d64

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test_gmsc_mapper.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: ["3.8", "3.9"]
12-
13-
11+
python-version:
12+
- "3.8"
13+
- "3.9"
14+
- "3.10"
1415
steps:
1516
- uses: actions/checkout@v2
1617
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GMSC-mapper is a command line tool to query the Global Microbial smORFs Catalog (GMSC).
44

55
GMSC-mapper can be used to
6-
- Find query smORFs (< 100aa) homologous to Global Microbial smORFs Catalog (GMSC) by alignment.
6+
- Find query smORFs (&lt; 100aa) homologous to Global Microbial smORFs Catalog (GMSC) by alignment.
77
- Support 3 types of input:
88
- contigs (GMSC-mapper will predict smORFs from contigs first)
99
- amino acid sequences
@@ -21,7 +21,7 @@ Clone GMSC-mapper repository
2121
git clone https://github.com/BigDataBiology/GMSC-mapper.git
2222
```
2323

24-
Create conda environment(only support python v3.8/v3.9)
24+
Create conda environment(only support python v3.8-10)
2525

2626
```bash
2727
conda create -n gmscmapper python=3.8

0 commit comments

Comments
 (0)