File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ a computational pipeline for typing the Borrelia OspA protein
4
4
## Installation
5
5
Clone the repository and enter the directory:
6
6
7
- git clone https://github.com/Pfizer-rd/Lyme-In-Silico-Typing-Tool .git
8
- cd Lyme-In-Silico-Typing-Tool
7
+ git clone https://github.com/Pfizer-opensource/LISTT .git
8
+ cd LISTT
9
9
10
10
Build and activate the environment:
11
11
@@ -16,9 +16,11 @@ Build and activate the environment:
16
16
17
17
LISTT takes an assembled _ Borrelia_ genome or Illumina NGS reads of the _ ospA_ gene as input:
18
18
19
- python ospa_typing.py -r1 [read1 fastq] -r2 [read2 fastq] -p [path to fastq files] - m r
19
+ python ospa_typing.py -r1 [read1 fastq] -r2 [read2 fastq] -m r
20
20
21
- python ospa_typing.py -g [genome fasta] -p [path to genome] -m a
21
+ python ospa_typing.py -g [genome fasta] -m a
22
+
23
+ Users may also specify the input file(s) location [ -p] if an absolute path is not provided.
22
24
23
25
Analysis will fail if there is insufficient coverage of _ ospA_ or if _ ospA_ is truncated in the genome assembly.
24
26
You can’t perform that action at this time.
0 commit comments