tpierrot commited on
Commit
898a3ad
1 Parent(s): 410c758

Update multi_species_genomes.py

Browse files
Files changed (1) hide show
  1. 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