Giter Club home page Giter Club logo

bion_tools's Introduction

bion_tools

Python and perl tools for bioinformatic

Python tools depend on BioPhyton, and should compatible with both python 2 and 3.

Perl tools depend on the module menafmod.pm which is included, if you place bion_tools into your home they should work straight away, otherwise you have to modify the path at the beginning of each script.

base_env.yml file to creat virtual environment where all tools should work, useful also to generate custom kernels for jupyter notebooks.

Short instructions:

if you never used anaconda create a .condarc file in your home and edit to determine the default location of conda environments and pkgs eg.

envs_dirs:
  - /data/fmenar/conda/envs
pkgs_dirs:
  - /data/fmenar/conda/pkgs

Than run:

conda env create -f base_env.yml
source activate base_env

if you want to add your environment to the kernel list

ipython kernel install --user --name jupyter_nb_base
conda deactivate

assemble.py: cut, complement and/or reverse sequence from a fasta, works on files with a single sequence, if there are multiple sequences will consider only the first

check_length_fasta.py: check the length of every sequence in a fasta file

check_missing_fasta.py: check the proportion of missing data (gaps, N, X, anything that is not actgACTG) for each sequence in a fasta file

purge_fasta.py: extract or delete sequences from a multi fasta file by name

transpose: transpose a file, needs two arguments, infile and separator

convert_ali: convert alignments between different formats (FASTA NEXUS PHYLIP)

freq_count: tally occurrences of lines in a file

bion_tools's People

Contributors

fmenardo 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.