Giter Club home page Giter Club logo

dlcr's Introduction

License: GPL v3

DLCR
Efficient detection of Distant Low Complexity Regions

Installation

Cmake is needed for installation (http://www.cmake.org/).
The download is directly available from the cmake website or by

sudo apt-get install cmake git

For installing DLCR use:

git clone https://github.com/cobilab/DLCR.git
cd DLCR/src/
cmake .
make

Running DLCR

./DLCR -v -t 1 -l 4 -i 10 bacteria.fa

Parameters

                                                                        
      DLCR: Efficient detection of Distant Low Complexity Regions       
      ===========================================================       
                                                                        
AUTHORS                                                                 
      Tiago Oliveira ([email protected]) and D. Pratas                     
                                                                        
SYNOPSIS                                                                
      ./DLCR [OPTION]... [FILE]                                         
                                                                        
SAMPLE                                                                  
      ./DLCR -v -l 3 -r 512 -t 1 -w 0.025 genome.fa                     
                                                                        
DESCRIPTION                                                             
      Quantification and Localization of                                
      Distant Low Complexity Regions in FASTA files.                    
                                                                        
      -h,  --help                                                       
           usage guide (help menu).                                     
                                                                        
      -V,  --version                                                    
           Display program and version information.                     
                                                                        
      -F,  --force                                                      
           force mode. Overwrites old files.                            
                                                                        
      -v,  --verbose                                                    
           verbose mode (more information).                             
                                                                        
      -t [NUMBER],  --threshold [NUMBER]                                
           Threshold to segment regions (real).                         
                                                                        
      -w [NUMBER],  --weight [NUMBER]                                   
           Weight to use in low-pass filter (real).                     
                                                                        
      -i [NUMBER],  --ignore [NUMBER]                                   
           Ignore lengths of segmented regions below this value.        
                                                                        
      -r [NUMBER],  --region-size [NUMBER]                              
           Region size to ignore while updating the models.             
           The latest region-size is not updated in the models.         
                                                                        
      -p,  --show-parameters                                            
           show parameters of the models for optimization.              
                                                                        
      -s,  --show-levels                                                
           show pre-computed compression levels (configured parameters).
                                                                        
      -l [NUMBER],  --level [NUMBER]                                    
           Compression level (integer).                                 
           Default level: 4.                                           
           It defines compressibility in balance with computational     
           resources (RAM & time). Use -s for levels perception.        
                                                                        
      [FILE]                                                            
           Input sequence filename (to analyze) -- MANDATORY.           
           File to analyze (last argument).                             
                                                                        
COPYRIGHT                                                               
      Copyright (C) 2020, IEETA, University of Aveiro.                  
      This is a Free software, under GPLv3. You may redistribute        
      copies of it under the terms of the GNU - General Public          
      License v3 . There          
      is NOT ANY WARRANTY, to the extent permitted by law. 

Issues

For any issue let us know at issues link.

License

GPL v3.

For more information:

http://www.gnu.org/licenses/gpl-3.0.html

dlcr's People

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.