Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/fastqtrim


https://github.com/alicewriteswrongs/fastqtrim

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

#Trimmer for fastq files

A quick python script for trimming a specified number of bases from the beginning of each read in a fastq file.

###Usage

usage: python trimmer.py [-h] [-s START] [INPUT] [OUTPUT]

* [-s START] trims all bases before this point from the alignment
* [INPUT] file to be modified
* [OUTPUT] defaults to stdout, file write not yet implemented