We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cf358 commit 8d357c2Copy full SHA for 8d357c2
1 file changed
build/genes/00-buildGeneFile.R
@@ -51,7 +51,7 @@ full.df<-rbind(joined.df,edf,tdf)|>
51
distinct()
52
53
#save to file and version
54
-write.table(joined.df,'/tmp/genes.csv',sep=',',row.names=F,quote=T)
+write.table(full.df,'/tmp/genes.csv',sep=',',row.names=F,quote=T)
55
56
##store this file somewhere!
57
0 commit comments