Update multi_species_genomes.py
Browse files- multi_species_genomes.py +1 -1
multi_species_genomes.py
CHANGED
|
@@ -180,6 +180,6 @@ class MultiSpeciesGenomes(datasets.GeneratorBasedBuilder):
|
|
| 180 |
'description': description,
|
| 181 |
'start_pos': start_pos,
|
| 182 |
'end_pos': end_pos,
|
| 183 |
-
'fasta_url': file
|
| 184 |
}
|
| 185 |
key += 1
|
|
|
|
| 180 |
'description': description,
|
| 181 |
'start_pos': start_pos,
|
| 182 |
'end_pos': end_pos,
|
| 183 |
+
'fasta_url': file.split('::')[-1]
|
| 184 |
}
|
| 185 |
key += 1
|