|
7 | 7 | # Snippy |
8 | 8 | Rapid haploid variant calling and core genome alignment |
9 | 9 |
|
10 | | -## Author |
11 | | -[Torsten Seemann](https://twitter.com/torstenseemann) |
12 | | - |
13 | 10 | ## Synopsis |
14 | 11 |
|
15 | 12 | Snippy finds SNPs between a haploid reference genome and your NGS sequence |
@@ -54,23 +51,7 @@ core.aln core.tab core.tab core.txt core.vcf |
54 | 51 | ## Conda |
55 | 52 | Install [Bioconda](https://bioconda.github.io/user/install.html) then: |
56 | 53 | ``` |
57 | | -conda install -c conda-forge -c bioconda -c defaults snippy |
58 | | -``` |
59 | | - |
60 | | -## Homebrew |
61 | | -Install [Homebrew](http://brew.sh/) (MacOS) |
62 | | -or [LinuxBrew](http://linuxbrew.sh/) (Linux) then: |
63 | | -``` |
64 | | -brew install brewsci/bio/snippy |
65 | | -``` |
66 | | - |
67 | | -## Source |
68 | | -This will install the latest version direct from Github. |
69 | | -You'll need to add Snippy's `bin` directory to your `$PATH`. |
70 | | -``` |
71 | | -cd $HOME |
72 | | -git clone https://github.com/tseemann/snippy.git |
73 | | -$HOME/snippy/bin/snippy --help |
| 54 | +conda install -c conda-forge -c bioconda snippy |
74 | 55 | ``` |
75 | 56 |
|
76 | 57 | # Check installation |
@@ -482,28 +463,6 @@ Snippy is free software, released under the |
482 | 463 | Please submit suggestions and bug reports to the |
483 | 464 | [Issue Tracker](https://github.com/tseemann/snippy/issues) |
484 | 465 |
|
485 | | -## Requirements |
486 | | - |
487 | | -* perl >= 5.18 |
488 | | -* bioperl >= 1.7 |
489 | | -* bwa mem >= 0.7.12 |
490 | | -* minimap2 >= 2.0 |
491 | | -* samtools >= 1.7 |
492 | | -* bcftools >= 1.7 |
493 | | -* bedtools >= 2.0 |
494 | | -* GNU parallel >= 2013xxxx |
495 | | -* freebayes >= 1.1 (freebayes, freebayes-parallel, fasta_generate_regions.py) |
496 | | -* vcflib >= 1.0 (vcfstreamsort, vcfuniq, vcffirstheader) |
497 | | -* [vt](https://genome.sph.umich.edu/wiki/Vt) >= 0.5 |
498 | | -* snpEff >= 4.3 |
499 | | -* samclip >= 0.2 |
500 | | -* seqtk >= 1.2 |
501 | | -* snp-sites >= 2.0 |
502 | | -* any2fasta >= 0.4 |
503 | | -* wgsim >= 1.8 (for testing only - `wgsim` command) |
504 | | - |
505 | | -## Bundled binaries |
506 | | - |
507 | | -For Linux (compiled on Ubuntu 16.04 LTS) and macOS (compiled on High Sierra Brew) |
508 | | -some of the binaries, JARs and scripts are included. |
| 466 | +## Author |
| 467 | +[Torsten Seemann](https://twitter.com/torstenseemann) |
509 | 468 |
|
0 commit comments