Giter VIP home page Giter VIP logo

tris's Introduction

This repository is deprecated

Please use updated tool TREW

TRIS : Telomeric Repeat motif Identification tool with Short-read sequencing

TRIS is tool that can identify Telomeric repeat motif (TRM) with short-read sequencing data. This tool looks for repeated sequences in a single read to find candidates for TRMs, iterating through them to finally find a TRM.

BuildCIcodecov

Install

You can download a binary from release or build from source.

Windows (x86_64)
Linux (x86_64)
MacOS (x86_64, arm64)

Install from source

Windows (Visual Studio)

git clone https://github.com/Chemical118/TRIS.git
cd TRIS

git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat

mkdir build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=vcpkg\scripts\buildsystems\vcpkg.cmake
cmake --build build --config Release

.\build\Release\tris_test.exe -- test\test.fastq.gz test\test.fastq
.\build\Release\tris.exe -h

Unix

git clone https://github.com/Chemical118/TRIS.git
cd TRIS

git clone https://github.com/Microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh

mkdir build
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build

./build/tris_test.exe -- test/test.fastq.gz test/test.fastq
./build/tris -h

Quick Start

tris MIN_MER MAX_MER <short_read_data1.fastq.gz> <short_read_data2.fastq>... -t <number of threads> 

MIN_MER : minimum length of sequence to find telomere [MIN_MER >= 3]
MAX_MER : maximum length of sequence to find telomere [MAX_MER <= 64]

The following is a recommended command line to run TRIS.

tris 5 32 <short_read_data1.fastq.gz> <short_read_data2.fastq>... -t <number of threads> 

Output

><short_read_data1.fastq.gz>
<length of repeat>,<repeat sequence>,<number of repeat>
...

><short_read_data2.fastq.gz>
<length of repeat>,<repeat sequence>,<number of repeat>
...

Author

Hyunwoo Ryu [email protected]

Special thanks to
Jiho Choi [email protected]
Kyungmo Ku [email protected]

tris's People

Contributors

chemical118 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

wangdi2016

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.