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

[![Build Status](https://travis-ci.org/COMBAT-TB/confil.svg?branch=master)](https://travis-ci.org/COMBAT-TB/confil)
[![Anaconda-Server Badge](https://anaconda.org/thoba/confil/badges/version.svg)](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
```