Code Monkey home page Code Monkey logo

pysickle's Introduction

Pysickle is a python implementation of sickle (https://github.com/najoshi/sickle)

NB. PLEASE NOTE THAT THIS CODE IS CURRENTLY NOT WORKING. THERE IS A BUG IN THE MOVING-AVERAGE FILTER THAT REJECTS EVERY SEQUENCE.

Pysickle takes files in the FASTQ format and uses a sliding windows and a predetermined threshold quality value to determine 5' and 3' trimming.

Pysickle takes an input fastq file and outputs a trimmed version of that file. It also has options to change the length and quality thresholds for trimming, as well as disabling 5'-trimming and enabling removal of sequences with Ns.

Pysickle currently supports three types of quality values: Illumina, Solexa, and Sanger.
	1)	"fastq" means to Sanger style FASTQ files using PHRED scores and an ASCII 
		offset of 33 (e.g. from the NCBI Short Read Archive and Illumina 1.8+).
		These can potentially hold PHRED scores from 0 to 93.

	2) "fastq-sanger" is an alias for "fastq".

	3) "fastq-solexa" means old Solexa (and also very early Illumina) style FASTQ
		files, using Solexa scores with an ASCII offset 64. These can hold Solexa
		scores from -5 to 62.

	4) "fastq-illumina" means newer Illumina 1.3 to 1.7 style FASTQ files, using
		PHRED scores but with an ASCII offset 64, allowing PHRED scores from 0
		to 62.

To run Pysickle from the working directory
$ ./pysickle.py ./test/test.fastq

 

pysickle's People

Contributors

twobeers75 avatar lenak01 avatar ucbaum avatar nathanhaigh avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.