Results for "Grep"

Wire posts

  • Grep a term from a file in Linux. $ grep -A1 "term" input.fasta > output.fasta #Grep #Term

    1612 days ago

  • (grep ^"#" in.gff; grep -v ^"#" in.gff | sort -k1,1 -k4,4n) | bgzip > sorted.gff.gz; tabix -p gff sorted.gff.gz; #GATK

    1550 days ago

  • #find all the G #character in genome.fa file grep -o 'G' genome.fa | wc -l #G #Search

    1205 days ago