Skip to content

Commit ebec7d0

Browse files
authored
update docstring
1 parent 3a35906 commit ebec7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BioFetch.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export fetchseq, SeqFormat, fasta, gb
1010
@enum SeqFormat fasta gb
1111

1212
"""
13-
fetchseq(ids::AbstractString...; format::SeqFormat = fasta, range::AbstractUnitRange = nothing, revstrand = false)
13+
fetchseq(ids::AbstractString::AbstractVector{<:AbstractString}, range::Union{Nothing, AbstractRange} = nothing, revstrand = false; format::SeqFormat = fasta)
1414
1515
Fetches sequence data from a database by accession number in either FASTA format or GenBank flatfile format.
1616
Nucleotide and protein records may be mixed. Results will be returned in the order provided.
@@ -120,4 +120,4 @@ function fetchseq_ensembl(ids::AbstractVector; format::SeqFormat = fasta)
120120
return records
121121
end
122122

123-
end
123+
end

0 commit comments

Comments
 (0)