Skip to content

Commit

Permalink
reversed order of importing txdbmaker and GenomicFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 23, 2024
1 parent 1419ef6 commit 461e99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Imports:
httr,
xml2,
curl,
txdbmaker,
GenomicFeatures,
txdbmaker,
GenomicRanges,
GenomeInfoDb,
BiocGenerics,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ import(Modstrings)
import(RSQLite)
import(S4Vectors)
import(methods)
import(txdbmaker)
import(GenomicFeatures)
import(txdbmaker)
importClassesFrom(IRanges,PartitioningByEnd)
importClassesFrom(IRanges,PartitioningByWidth)
importFrom(BiocFileCache,BiocFileCache)
Expand Down

0 comments on commit 461e99a

Please sign in to comment.