-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,14 +23,12 @@ The PBP typing scheme is based methods described in _[Li et. al.](https://journa | |
|
||
### Conda | ||
|
||
Once released this will be added to Bioconda, in the meantime this should work. | ||
`pbptyper`is available from Bioconda | ||
|
||
```{bash} | ||
mamba create -n pbptyper-dev -c conda-forge -c bioconda rich-click executor 'python>=3.7' blast | ||
conda activate pbptyper-dev | ||
git clone [email protected]:rpetit3/pbptyper.git | ||
cd pbptyper | ||
bin/pbptyper --help | ||
mamba create -n pbptyper -c conda-forge -c bioconda pbptyper | ||
conda activate pbptyper | ||
pbptyper --help | ||
``` | ||
|
||
## Usage | ||
|