Results for "Scaffolds"

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

    2137 days ago

  • Remove the unnecessary #fasta #header. $ sed 's/\s.*$//' Adineta_vaga_v2.0.scaffolds.fa > new_file.fasta

    2488 days ago

  • perl -pe 's/[^AGTC\n]/N/gi unless m/>/;' /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds.fasta > /media/urbe/TOSHIBALAB/falconUnzip/SSPACED_P2/scaffolds_corrected.fasta #Remove #Non-ATCG

    2135 days ago