https://github.com/alicewriteswrongs/fastqtrim
https://github.com/alicewriteswrongs/fastqtrim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/fastqtrim
- Owner: alicewriteswrongs
- License: other
- Created: 2014-01-14T18:11:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T18:11:57.000Z (over 12 years ago)
- Last Synced: 2025-04-04T16:28:50.253Z (about 1 year ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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