Skip to content

Commit 90b2b64

Browse files
committed
Cleanup leftover code
Remove assembly2organism which was defined in circus.R but not used anywhere else. When it was introduced in 82b261e it used be used in annotate.R, but that is no longer the case.
1 parent 760afee commit 90b2b64

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

R/circus.R

+1-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,7 @@ NULL
8282
"dm6" = "current",
8383
"rn5" = "79",
8484
"WBcel235" = "81"
85-
),
86-
87-
assembly2organism = list("hg19" = "hsa",
88-
"hg38" = "hsa",
89-
"mm10" = "mmu",
90-
"dm6" = "dme",
91-
"WBcel235" = "cel"
92-
)
85+
)
9386

9487
)
9588
toset <- !(names(op.circus) %in% names(op))

0 commit comments

Comments
 (0)