github-storage / Genome_Informatics_project

0 stars 1 forks source link

Include all chromosome names and contigs #1

Open vladimirkovacevic opened 3 years ago

vladimirkovacevic commented 3 years ago

for chrom in range (1,26): # 1..25

X, Y are skipped... please correct and generate new results

github-storage commented 3 years ago

They aren't skipped, we put them in array on indexes 23 and 24 respectively, and MT is on index 25.

Here is snapshot:

code_sample