Skip to content

02. Genome Editing

George Pacheco edited this page Jul 23, 2022 · 6 revisions

The genome used as reference here is the K. hermaphroditus (PANRS) reference genome published by Soi et al. 2021 and available here.

We edited the genome's scaffolds' names to ease its use in the downstream analyses.

Edits genome's scaffolds' names.
zcat ~/Desktop/msGBS_data/ES-Article/ES-Genome/GCA_007896545.1_ASM789654v1_genomic.fna.gz | awk '{split($0,a," "); print a[1]'} > ~/Desktop/msGBS_data/ES-Article/ES-Genome/GCA_007896545.1_ASM789654v1_genomic.Edited.fna
cat /scratch/waldirmbf/OutgroupGenome/GCF_014905685.2_NemWhi1_genomic.fna | awk '{split($0,a," "); print a[1]'} > /scratch/waldirmbf/OutgroupGenome/GCF_014905685.2_NemWhi1_genomic.Edited.fasta