Results for "Size"

Users

  • Ravindra Raut

    About me: A Computational biologist, currently investigating the impact of transposable elements on the adaptation of the rice genome under fungal pathogen challenges and genome...

    1143 days ago

Blogs

Bookmarks

Files

  • analyzing codon usage

    perl script analyzing codon usage in an input sequence to evaluate how efficiently it will be expressed in Anopheles gambiae. The input codon usage table derived from highly‐expressed A. gambiae genes is appended below.

    1644 days ago

Discussion topics

Pages

Top-level pages

Wire posts

  • Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai #Fasta #Index #Length #Count #Size #Samtools

    2147 days ago

  • du -sh * will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files

    2816 days ago

  • +13 more Wire posts

News

Opportunity posts

Bio-Scripts

Tryst

Tags

  • Check the Size of a directory & Free disk space.

    The amount of databases we bioinformatician deal are just HUGE … In such cases, we always need to check our server for free spaces etc. I planned this article to explains 2 simple commands that most bioinformatician want to know when they start using Linux / BioLinux. First: Size of a dire...

    Tags: Bioinformatics, Computational Biology, Linux, du, df, Size, File, Usage, Space, Check, Linux

    3706 days ago

  • Quick way to calculate length of multiple fasta file!!

    I am using this perl code right nowadays.#!/usr/bin/perl use warnings; use strict;open(FASTA, "<", seq.fa) or die("Can't open\n"); my %singleLineSequences; my $sequence_id; while(){ my $line = $_; chomp($line); if ($line =~ m/^>(\S+)/){ $sequence_id = $1; $s...

    Tags: Fasta, Size, Length, NGS, Sequence

    2869 days ago

  • +14 more Tags

Comments