Mercurial > repos > sanbi-uwc > confil
view README.md @ 7:96c8c5cada47 draft
planemo upload for repository https://github.com/COMBAT-TB/confil commit 18a08ba3ab742326c8f60a8566c49652e1b8f4c7
| author | sanbi-uwc |
|---|---|
| date | Thu, 07 Mar 2019 07:12:34 -0500 |
| parents | 53a61865e86e |
| children |
line wrap: on
line source
# confil [](https://travis-ci.org/COMBAT-TB/confil) [](https://anaconda.org/thoba/confil) :no_entry_sign: :construction: **For in-house use** `confil` parses a [kraken2](https://ccb.jhu.edu/software/kraken2/) report and determines contamination based on a specified cutoff. ## Requirements - kraken2 ## Up and running ```sh $ git clone https://github.com/COMBAT-TB/confil.git ... $ cd confil $ virtualenv envname $ source envname/bin/activate $ pip install -r requirements.txt $ python setup.py install $ confil --help $ confil --threads 1 --paired --cutoff 80 fastq_1.fastq fastq_2.fastq ```
