macwiatrak commited on
Commit
a3ac6c3
·
verified ·
1 Parent(s): 20b6e26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ operon_prot_names = item["operon_protein_names"]
40
  # fetch gene DNA sequences of an operon
41
  contig_idx = 0
42
  operon_gene_dna_seqs = [
43
- item['dna_sequence'][contig_idx][item[contig_idx]['start'][i] - 1: item[contig_idx]['end'][i]] for i in operon_prot_indices[contig_idx][0]]
44
  ]
45
  ```
46
 
 
40
  # fetch gene DNA sequences of an operon
41
  contig_idx = 0
42
  operon_gene_dna_seqs = [
43
+ item['dna_sequence'][contig_idx][item[contig_idx]['start'][i] - 1: item[contig_idx]['end'][i]] for i in operon_prot_indices[contig_idx][0]
44
  ]
45
  ```
46