Results for "Space"

Wire posts

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3857 days ago

  • Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName #Delete #Space #Fasta #Perl #Oneliner

    3615 days ago

  • Delete space from FASTA header: perl -pe 's/>\S+\K.+//' < file.fasta > new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta

    2973 days ago

  • Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner

    2824 days ago

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

    2495 days ago

  • You can use the df command to know the free space in the disk: $ df -h . #df #Linux #List #Free #Space

    2495 days ago

  • Replace space with tab. $ awk -v OFS="\t" '$1=$1' file1 #tab #space #replace #awk

    2456 days ago

  • Minimizer-space de Bruijn graphs: Whole-genome assembly of long reads in minutes on a personal computer https://www.cell.com/cell-systems/fulltext/S2405-4712(21)00332-X #msDBG #Assembly #Genome

    956 days ago