Commit 69b39628 authored by Chaos's avatar Chaos
Browse files

modified dturtle.R in R

parent f7c29c93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ tx2gene <- function(organism){
						paste0("tx2gene_for_dturtle",organism,"rds",sep = ".")
					)

	if(!file.exists(tx2_gene_file)){
	if(!file.exists(tx2gene_file)){
		tx2gene <-	gtf("mouse") |>
					as.data.table() |> 
					move_columns_to_front(