Skip to content

bkharpuse/ensembl-assembly-mapping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ensembl assemby mapping

Convert coordinates from one assembly to another. For Example, From GRCh38 to GRCh37.

Clone this repository:

git clone https://github.com/shaft49/ensembl-assembly-mapping.git
cd ensembl-assembly-mapping

Two ways to achieve the task:


Python Script: Uses rest api for conversion. Go to the python folder and read the documentation to run the script.

cd python

Perl API: Uses ensembl perl api to connect to the database and convert coordinates by using provided methods. Go to the perl folder and read the documentation to run the script.

cd perl

About

Ensembl Software Developer Pre Screening Test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 50.7%
  • Python 39.4%
  • Shell 9.9%