Update README.md
Browse files
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 |
|