Skip to content

Commit b706662

Browse files
committed
appease eclint
1 parent a9a831c commit b706662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/tximport.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ read_transcript_info <- function(tinfo_path){
5151
rownames(transcript_info) <- transcript_info[["tx"]]
5252

5353
list(transcript = transcript_info,
54-
gene = unique(transcript_info[,2:3]),
55-
tx2gene = transcript_info[,1:2])
54+
gene = unique(transcript_info[,2:3]),
55+
tx2gene = transcript_info[,1:2])
5656
}
5757

5858
# Read and process sample/column data from a given path

0 commit comments

Comments
 (0)