File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Quick start
22
3- You can install preseq as follows using conda :
3+ If you have bioconda setup as recommended, then you can install preseq as follows:
44``` console
5- $ conda install -c bioconda preseq
5+ $ conda install preseq
66```
7+
8+ If you have problems, try the following which sets the channel priority:
9+ ``` console
10+ $ conda install -c conda-forge -c bioconda --strict-channel-priority preseq
11+ ```
12+
713The instructions for installing conda are
8- [ here] ( https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html ) . You can obtain preseq source code
14+ [ here] ( https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html ) .
15+ You can obtain preseq source code
916[ here] ( https://github.com/smithlabcode/preseq ) .
1017
1118This documentation is still under construction... But the PDF
You can’t perform that action at this time.
0 commit comments