GithubHelp home page GithubHelp logo

aco's Introduction

ACO

ACO_ align 用于对齐的.fastq文件的压缩,ACO_unalign用于非对齐的.fastq文件的压缩。

在这两个文件夹下,都有两个名称相同的子文件夹,encoder用于压缩,decoder用于解压。

使用指南

在linux操作系统下,运行程序仅需以下三个步骤:
1.克隆

执行命令 git clone https://github.com/Yoniming/ACO.git 将源码克隆到当前路径。

2.编译

ACO_ alignACO_unalign./encoder目录下分别执行g++ -o aco.out *.cpp 生成可执行文件aco.out

ACO_ alignACO_unalign./decoder目录下分别执行g++ -o de_aco.out *.cpp 生成可执行文件de_aco.out

3.运行

将××.fastq文件放在与aco.out同级目录下:

  • 若是对齐的.fastq文件,放在../ACO_ align/encoder下,使用命令aco.out <文件名> [压缩模式] 进行压缩,如:
    aco.out ERR233152.fastq 2
  • 若是非对齐的.fastq文件,放在../ACO_ unalign/encoder下,使用命令aco.out <文件名> 进行压缩,如:
    aco.out ERR233152.fastq

运行完后,会在当前目录下生成一个.stream后缀的压缩文件,若要解压该文件,将.stream.fasta放在对应的./decoder 文件夹下:
使用命令de_aco.out <文件名> 进行解压,如:
de_aco.out ERR233152

aco's People

Contributors

yoniming avatar lionelhao 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.