Skip to content

Commit

Permalink
Removed iscds
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Dec 10, 2019
1 parent 11961d2 commit 9c59217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Gene sequences can be accessed with `sequence(gene)`. For example, the following
using BioSequences
using FASTX
open(FASTA.Writer, "proteins.fasta") do w
for gene in @genes(chr, iscds)
for gene in @genes(chr, CDS)
aaseq = translate(sequence(gene))
write(w, FASTA.record(gene.locus_tag, get(:product, ""), aaseq))
end
Expand Down

0 comments on commit 9c59217

Please sign in to comment.