Results for "Tab"

Tags

  • Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma

    Tags: PerlTrick, PerlO, Perl, Tab, Comma

    2823 days ago

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

    Tags: TRF, Tab, Space, Replace, Perl, PerlTrick, PerlOneliner

    2822 days ago

  • Convert a SAM file to tab-delimited alignment coordinates https://gist.github.com/sjackman/7016520 #SAM #BAM #Convert #Tab

    Tags: SAM, BAM, Convert, Tab

    2612 days ago

  • Tab file to FASTA file $ awk '{print ">"$1"\n"$2}' allSeq_tm.txt > allSeq_tm.fa #Fasta #Tab #Convert #Tab2Fasta

    Tags: Fasta, Tab, Convert, Tab2Fasta

    2013 days ago

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

    Tags: tab, space, replace, awk

    2453 days ago