Commit ef10b474 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 3.2

parent 5079ee1c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ You can run resfinder command line using python3

# Example of running resfinder
python3 resfinder.py -i test.fsa -o . -p /path/to/resfinder_db \
-b /path/to/blastn -d aminoglycoside -k 90.00 -l 0.60
-b /path/to/blastn -d aminoglycoside -t 0.90 -l 0.60

# The program can be invoked with the -h option 
Usage: resfinder.py [-h] [-i INPUTFILE] [-1 FASTQ1] [-2 FASTQ2] [-o OUT_PATH]
@@ -103,6 +103,10 @@ optional arguments:
  -t THRESHOLD, --threshold THRESHOLD
                        Blast threshold for identity
                        default minimum 0.9 
  -matrix, --matrix
                        If used, gives the counts all all called bases at each position
                        in each mapped template. Columns are: reference base,
                        A count, C count, G count, T count, N count, - count.
```

### Web-server
+454 −336

File changed.

Preview size limit exceeded, changes collapsed.