Removing reads mapping to the lambda genome
Project description
# NanoLyse
Remove reads mapping to the lambda phage genome from a fastq file.
This script uses Heng Li's [minimap2](https://github.com/lh3/minimap2) and his [mappy](https://pypi.python.org/pypi/mappy) Python binding.
[](https://twitter.com/wouter_decoster)
[](https://travis-ci.org/wdecoster/nanolyse) [](https://landscape.io/github/wdecoster/nanolyse/master)
[](http://bioconda.github.io/recipes/nanolyse/README.html)
### INSTALLATION
`pip install NanoLyse`
### USAGE
```
Reads fastq from stdin and writes to stdout.
NanoLyse [-h] [-v] [-r REFERENCE]
Remove reads mapping to the lambda genome.
Reads fastq from stdin and writes to stdout.
Example usage:
zcat reads.fastq.gz | NanoLyse | gzip > reads_without_lambda.fastq.gz
optional arguments:
-h, --help show this help message and exit
-v, --version Print version and exit.
-r REFERENCE, --reference REFERENCE
Specify a reference fasta file against which to filter.
```
### WARNING
If (some of) the reads of your genome of interest are sufficiently similar to the lambda genome those reads will be lost.
### EXAMPLES
`gunzip -c reads.fastq.gz | NanoLyse | gzip > reads_without_lambda.fastq.gz`
In combination with [NanoFilt](https://github.com/wdecoster/nanofilt):
`gunzip -c reads.fastq.gz | NanoLyse | NanoFilt -q 12 | gzip > filtered_reads_without_lambda.fastq.gz`
Using a different genome to filter on (rather than lambda phage):
`gunzip -c reads.fastq.gz | NanoLyse --reference mygenome.fa.gz | gzip > reads_without_mygenome.fastq.gz`
I welcome all suggestions, bug reports, feature requests and contributions. Please leave an [issue](https://github.com/wdecoster/nanolyse/issues) or open a pull request. I will usually respond within a day, or rarely within a few days.
## CITATION
If you use this tool, please consider citing our [publication](https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty149/4934939).
Remove reads mapping to the lambda phage genome from a fastq file.
This script uses Heng Li's [minimap2](https://github.com/lh3/minimap2) and his [mappy](https://pypi.python.org/pypi/mappy) Python binding.
[](https://twitter.com/wouter_decoster)
[](https://travis-ci.org/wdecoster/nanolyse) [](https://landscape.io/github/wdecoster/nanolyse/master)
[](http://bioconda.github.io/recipes/nanolyse/README.html)
### INSTALLATION
`pip install NanoLyse`
### USAGE
```
Reads fastq from stdin and writes to stdout.
NanoLyse [-h] [-v] [-r REFERENCE]
Remove reads mapping to the lambda genome.
Reads fastq from stdin and writes to stdout.
Example usage:
zcat reads.fastq.gz | NanoLyse | gzip > reads_without_lambda.fastq.gz
optional arguments:
-h, --help show this help message and exit
-v, --version Print version and exit.
-r REFERENCE, --reference REFERENCE
Specify a reference fasta file against which to filter.
```
### WARNING
If (some of) the reads of your genome of interest are sufficiently similar to the lambda genome those reads will be lost.
### EXAMPLES
`gunzip -c reads.fastq.gz | NanoLyse | gzip > reads_without_lambda.fastq.gz`
In combination with [NanoFilt](https://github.com/wdecoster/nanofilt):
`gunzip -c reads.fastq.gz | NanoLyse | NanoFilt -q 12 | gzip > filtered_reads_without_lambda.fastq.gz`
Using a different genome to filter on (rather than lambda phage):
`gunzip -c reads.fastq.gz | NanoLyse --reference mygenome.fa.gz | gzip > reads_without_mygenome.fastq.gz`
I welcome all suggestions, bug reports, feature requests and contributions. Please leave an [issue](https://github.com/wdecoster/nanolyse/issues) or open a pull request. I will usually respond within a day, or rarely within a few days.
## CITATION
If you use this tool, please consider citing our [publication](https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty149/4934939).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NanoLyse-1.1.0.tar.gz
(20.4 kB
view details)
File details
Details for the file NanoLyse-1.1.0.tar.gz
.
File metadata
- Download URL: NanoLyse-1.1.0.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7d93f19ce5ecf251b5a3fdb2d034fd822bb74160b188d7753d8cfba1cd24ea8a
|
|
MD5 |
20966256ea61a9d92ebe781eaf31a127
|
|
BLAKE2b-256 |
e952812e19f50576871e82c0f5e8f188f4a7de99199fe1ceb50c33ac353de408
|