File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest]
11
- python-version : ["3.8", "3.9"]
12
-
13
-
11
+ python-version :
12
+ - " 3.8"
13
+ - " 3.9"
14
+ - " 3.10"
14
15
steps :
15
16
- uses : actions/checkout@v2
16
17
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 3
3
GMSC-mapper is a command line tool to query the Global Microbial smORFs Catalog (GMSC).
4
4
5
5
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.
7
7
- Support 3 types of input:
8
8
- contigs (GMSC-mapper will predict smORFs from contigs first)
9
9
- amino acid sequences
@@ -21,7 +21,7 @@ Clone GMSC-mapper repository
21
21
git clone https://github.com/BigDataBiology/GMSC-mapper.git
22
22
```
23
23
24
- Create conda environment(only support python v3.8/v3.9 )
24
+ Create conda environment(only support python v3.8-10 )
25
25
26
26
``` bash
27
27
conda create -n gmscmapper python=3.8
You can’t perform that action at this time.
0 commit comments