Results for "Size"

Tags

  • 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

    Tags: Linux, Size, Tricks, Folders, Files

    2797 days ago

  • Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete #Delete #Size #Linux #Tricks

    Tags: Delete, Size, Linux, Tricks

    2783 days ago

  • To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du

    Tags: Size, Directory, List, Space, Linux, du

    2485 days ago

  • Reformat you fasta sequence with size. $ seqkit seq -w 50 allGenomeContacted.fa > allGenomeContacted_final.fa #Reformat #Fasta #Size

    Tags: Reformat, Fasta, Size

    2452 days ago

  • Estimate the genome size https://bioinformatics.uconn.edu/genome-size-estimation-tutorial/ #Genome #Size #Estimate

    Tags: Genome, Size, Estimate

    2255 days ago

  • 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

    Tags: Fasta, Index, Length, Count, Size, Samtools

    2128 days ago

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    Tags: List, Size, List, Directory, Linux

    2083 days ago

  • Check the file systems and sizes. $ df --block-size=G #Linux #Size #df

    Tags: Linux, Size, df

    2013 days ago

  • List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List

    Tags: Linux, Size, List

    1646 days ago

  • Split the file in Linux with size. $ split --bytes=50M aaaa.fa #split #linux #size

    Tags: split, linux, size

    2480 days ago