Coder Social home page Coder Social logo

scramtrimmer's Introduction

scramTrimmer

scramTrimmer is a utility tool written in Go that trims adapter sequences from small RNA reads. The application is designed to a handle compressed fastq file (.fastq.gz) as an input and produces a compressed fastq file as an output.

Features

  • Adapter trimming for small RNA reads
  • Optional base trimming from both 5' and 3' ends, useful for NEXTflex library preparation
  • Efficient processing using Go's concurrency capabilities

Requirements

  • Go version 1.x for installing from source
  • Access to the terminal/command line

Installation from source (Go required)

  1. Clone the repository to your local machine using git clone https://github.com/sfletc/scramTrimmer.git.
  2. Navigate to the project directory with cd scramTrimmer.
  3. Build the project using go build.

Usage

./scramTrimmer -i inputfile.fastq.gz -o outputfile.fastq.gz -a adapter_sequence

Parameters:

  • -i: Input file (required)
  • -o: Output file (required)
  • -a: Adapter sequence (required)
  • -minLen: Minimum length of read after trimming (default 18)
  • -trim5: 5' trim length (default 0)
  • -trim3: 3' trim length after adapter removal (default 0)
  • -min5Match: Minimum match length at 5' end (default 8)
  • -maxError: Maximum mean error rate (default 0.1)

Contribution

Contributions are welcome! Please make a pull request and we will review your code.

License

BSD 3-Clause License

Contact

scramtrimmer's People

Contributors

sfletc avatar

Watchers

 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.