Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandyjmacdonald/fake_reads
Creates a .fasta/q formatted file of nonsense reads with a specified number of reads and mean read length.
https://github.com/sandyjmacdonald/fake_reads
Last synced: about 2 months ago
JSON representation
Creates a .fasta/q formatted file of nonsense reads with a specified number of reads and mean read length.
- Host: GitHub
- URL: https://github.com/sandyjmacdonald/fake_reads
- Owner: sandyjmacdonald
- License: mit
- Created: 2014-08-29T16:09:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T14:02:47.000Z (over 9 years ago)
- Last Synced: 2024-04-21T04:04:58.124Z (9 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fake_reads.py
==========Creates a .fasta formatted file of nonsense reads with a specified number of reads and
mean read length. Read lengths are randomly sampled from a normal distribution with a
standard deviation of a fifth of the mean read length. The output is a file named
fakereads.fasta containing your fake reads.### Dependencies
Requires [Numpy](http://www.numpy.org) to sample from a normal distribution.
### Usage
python fake_reads.py -n -l
> ##### Arguments
> `-n` The number of reads that you want in your fasta file.
> `-l` The mean read length that you want.
> `-h` Displays help.