Skip to content

Script for Renaming Ensembl Genes Based on Prefixes

Notifications You must be signed in to change notification settings

msuefishlab/rename_ensembl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

conda activate seqkit

  1. Download the Species Lookup List from (http://useast.ensembl.org/info/genome/stable_ids/prefixes.html) => species_lookup_new.txt

  2. Download Alignment from ENSEMBL (FASTA Format)

  3. Run the following commands:

conda activate seqkit seqkit replace -p '(^ENS[A-Z]{3})' -r '{kv} $1' -k species_lookup_new.txt danio_orthologs.fa.txt --keep-key > CFAP_orthologs.fa

  1. Profit!

About

Script for Renaming Ensembl Genes Based on Prefixes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published